Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
Dexp.c111 #define o_threshold 7.09782712893383973096e+02 /* 0x40862E42, 0xFEFA39EF */ macro
145 if (x > o_threshold) /* overflow */ in exp()
213 #undef o_threshold
Dexpm1.c127 #define o_threshold 7.09782712893383973096e+02 /* 0x40862E42, 0xFEFA39EF */ macro
173 if (x > o_threshold) in expm1()
297 #undef o_threshold
/third_party/musl/src/math/
Dexpm1f.c19 o_threshold = 8.8721679688e+01, /* 0x42b17180 */ variable
44 if (x > o_threshold) { in expm1f()
Dexpm1.c110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
134 if (x > o_threshold) { in expm1()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1f.c19 o_threshold = 8.8721679688e+01, /* 0x42b17180 */ variable
44 if (x > o_threshold) { in expm1f()
Dexpm1.c110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
134 if (x > o_threshold) { in expm1()