Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dexp2.c39 #define C1 __exp_data.exp2_poly[0]
40 #define C2 __exp_data.exp2_poly[1]
41 #define C3 __exp_data.exp2_poly[2]
42 #define C4 __exp_data.exp2_poly[3]
43 #define C5 __exp_data.exp2_poly[4]
44 #define C6 __exp_data.exp2_poly[5]
Dexp_data.c121 .exp2_poly = {
Dmath_config.h1149 double exp2_poly[EXP2_POLY_ORDER]; member