Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
Dexp.c112 #define u_threshold -7.45133219101941108420e+02 /* 0xc0874910, 0xD52D3051 */ macro
149 if (x < u_threshold) /* underflow */ in exp()
214 #undef u_threshold
/third_party/FreeBSD/lib/msun/ld128/
Ds_expl.c56 u_threshold = -11433.462743336297878837243843452621503L; variable
80 if (x < u_threshold) in expl()
/third_party/node/deps/v8/src/base/
Dieee754.cc1448 u_threshold = -7.45133219101941108420e+02, /* 0xC0874910, 0xD52D3051 */ in exp() local
1485 if (x < u_threshold) return twom1000 * twom1000; /* underflow */ in exp()