Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dexp_data.c110 #if N == 64 && EXP2_POLY_ORDER == 6 && EXP2_POLY_WIDE
120 #elif N == 128 && EXP2_POLY_ORDER == 5 && !EXP2_POLY_WIDE
130 #elif N == 256 && EXP2_POLY_ORDER == 5 && EXP2_POLY_WIDE
139 #elif N == 512 && EXP2_POLY_ORDER == 4 && !EXP2_POLY_WIDE
Dexp2.c123 #if EXP2_POLY_ORDER == 4 in exp2()
125 #elif EXP2_POLY_ORDER == 5 in exp2()
127 #elif EXP2_POLY_ORDER == 6 in exp2()
Dmath_config.h382 #define EXP2_POLY_ORDER 5 macro
392 double exp2_poly[EXP2_POLY_ORDER];
/third_party/musl/porting/liteos_m/kernel/src/math/
Dexp_data.h14 #define EXP2_POLY_ORDER 5 macro
22 double exp2_poly[EXP2_POLY_ORDER];
/third_party/musl/porting/uniproton/kernel/src/math/
Dexp_data.h14 #define EXP2_POLY_ORDER 5 macro
22 double exp2_poly[EXP2_POLY_ORDER];
/third_party/musl/src/math/
Dexp_data.h14 #define EXP2_POLY_ORDER 5 macro
22 double exp2_poly[EXP2_POLY_ORDER];
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp_data.h14 #define EXP2_POLY_ORDER 5 macro
22 double exp2_poly[EXP2_POLY_ORDER];