Home
last modified time | relevance | path

Searched refs:o_threshold (Results 1 – 8 of 8) 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/FreeBSD/lib/msun/src/
De_coshl.c83 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
127 if (fabsl(x) <= o_threshold) in coshl()
De_sinhl.c82 o_threshold = 1.13572168e4; /* 0xb174de.0p-10 */ variable
129 if (fabsl(x) <= o_threshold) in sinhl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexpm1.c110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
134 if (x > o_threshold) { in expm1()
/third_party/musl/src/math/
Dexpm1.c110 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
134 if (x > o_threshold) { in expm1()
/third_party/FreeBSD/lib/msun/ld128/
Ds_expl.c56 o_threshold = 11356.523406294143949491931077970763428L, variable
80 if (x > o_threshold) in expl()
225 if (x > o_threshold) in expm1l()
/third_party/node/deps/v8/src/base/
Dieee754.cc1447 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ in exp() local
1484 if (x > o_threshold) return huge * huge; /* overflow */ in exp()
2213 o_threshold = 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ in expm1() local
2246 if (x > o_threshold) return huge * huge; /* overflow */ in expm1()