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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsinhl.c47 * lnovft <= x < INF : sinhl(x) := expl(x-MEP1*ln2)*2**ME
51 * = MEP1*ln2 chopped to machine precision.
53 * MEP1 maximum exponent plus 1
62 #define MEP1 16384 macro
86 r = copysignl(expl((r - MEP1 * ln2hi) - MEP1 * ln2lo), x);
H A Dcoshl.c58 * = MEP1*ln2 chopped to machine precision.
60 * MEP1 maximum exponent plus 1
68 #define MEP1 16384 macro
105 return (scalbnl(expl((w - MEP1 * ln2hi) - MEP1 * ln2lo), ME));

Completed in 42 milliseconds