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

/barrelfish-master/lib/msun/src/
H A De_atanhl.c35 /* EXP_TINY is the threshold below which we use atanh(x) ~= x. */
37 #define EXP_TINY -34 macro
39 #define EXP_TINY -58 macro
65 if (ix < BIAS + EXP_TINY && (huge + x) > zero)
H A Ds_asinhl.c35 /* EXP_TINY is the threshold below which we use asinh(x) ~= x. */
38 #define EXP_TINY -34 macro
41 #define EXP_TINY -58 macro
78 if (ix < BIAS + EXP_TINY) { /* |x| < TINY, or misnormal */

Completed in 83 milliseconds