Home
last modified time | relevance | path

Searched refs:FP_LUT (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c19 #ifndef FP_LUT
20 #define FP_LUT 8U macro
23 #if (FP_LUT > 12) || (FP_LUT < 2)
24 #error FP_LUT must be between 2 and 12 inclusively
30 *LUT[1U<<FP_LUT]; /* fixed point lookup */
50 #if FP_LUT > 6
59 #if FP_LUT > 7
76 #if FP_LUT > 8
109 #if FP_LUT > 9
174 #if FP_LUT > 10
[all …]