HomeSort by relevance Sort by last modified time
    Searched refs:EXP_LARGE (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acoshl.c 35 /* EXP_LARGE is the threshold above which we use acosh(x) ~= log(2x). */
37 #define EXP_LARGE 34
39 #define EXP_LARGE 58
75 } else if (hx >= BIAS + EXP_LARGE) { /* x >= LARGE */
s_asinhl.c 34 /* EXP_LARGE is the threshold above which we use asinh(x) ~= log(2x). */
37 #define EXP_LARGE 34
40 #define EXP_LARGE 58
81 if (ix >= BIAS + EXP_LARGE) { /* |x| >= LARGE, or misnormal */

Completed in 787 milliseconds