Home
last modified time | relevance | path

Searched refs:EXP_LARGE (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/lib/msun/src/
H A Ds_asinhl.c32 /* EXP_LARGE is the threshold above which we use asinh(x) ~= log(2x). */
35 #define EXP_LARGE 34 macro
38 #define EXP_LARGE 58 macro
79 if (ix >= BIAS + EXP_LARGE) { /* |x| >= LARGE, or misnormal */ in asinhl()
H A De_acoshl.c33 /* EXP_LARGE is the threshold above which we use acosh(x) ~= log(2x). */
35 #define EXP_LARGE 34 macro
37 #define EXP_LARGE 58 macro
73 } else if (hx >= BIAS + EXP_LARGE) { /* x >= LARGE */ in acoshl()

Completed in 1 milliseconds