Home
last modified time | relevance | path

Searched refs:lnovft (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinhl.c69 #define lnovft C[2] macro
80 if (r < lnovft) { in sinhl()
84 r = copysignl(expl((r - lnovft) - lnovlo), x); in sinhl()
H A Dcoshl.c81 #define lnovft C[4] macro
104 if (w <= lnovft) in coshl()
106 return (scalbnl(expl((w - lnovft) - lnovlo), 16383)); in coshl()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dsinh.c58 lnovft = 7.09782712893383973096e+02; variable
68 if (r < lnovft) { in sinh()
H A Dcosh.c63 lnovft = 7.09782712893383973096e+02; variable
81 } else if (w <= lnovft) { in cosh()