Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_acoshl.c37 #define EXP_LARGE 34 macro
39 #define EXP_LARGE 58 macro
75 } else if (hx >= BIAS + EXP_LARGE) { /* x >= LARGE */ in acoshl()
Ds_asinhl.c37 #define EXP_LARGE 34 macro
40 #define EXP_LARGE 58 macro
81 if (ix >= BIAS + EXP_LARGE) { /* |x| >= LARGE, or misnormal */ in asinhl()