Home
last modified time | relevance | path

Searched refs:twom53 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c72 twom53 = 1.11022302462515654042e-16, /* 0x3ca00000 0 = 2**-53 */ variable
120 ay *= twom53; in hypot()
160 ay *= twom53; in hypot()
165 ay *= twom53; in hypot()
177 if (onep1u * onep1u != onep1u + twom53) { in hypot()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabs.c46 twom53 = 1.11022302462515654042e-16, /* 0x3ca00000 0 = 2**-53 */ variable
96 ay *= twom53; in cabs()
134 ay *= twom53; in cabs()
140 ay *= twom53; in cabs()
152 } else if (onep1u * onep1u != onep1u + twom53) { in cabs()
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__flt_decim.c211 #define twom53 C[1].d macro
251 *pe = (nrx * twom53 * *x < half - rmx)? 1 : 2; in __arint_set_n()