Searched defs:xscale (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlogbl.c40 static const long double xscale = 5192296858534827628530496329220096.0L; variable
54 static const long double xscale = 9223372036854775808.0L; /* 2^63 */ variable
73 x *= xscale; /* scale up by 2^112 or 2^63 */
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dilogbl.c39 static const long double xscale = 5192296858534827628530496329220096.0L; variable
53 static const long double xscale = 9223372036854775808.0L; /* 2^63 */ variable
78 x *= xscale; /* scale up by 2^112 or 2^63 */
H A Dlogbl.c40 static const long double xscale = 5192296858534827628530496329220096.0L; variable
54 static const long double xscale = 9223372036854775808.0L; /* 2^63 */ variable
73 x *= xscale; /* scale up by 2^112 or 2^63 */

Completed in 45 milliseconds