Searched defs:two24 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Datan2f.c247 static const float two24 = 16777216.0; variable
314 y *= two24;
315 x *= two24;
/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c162 two24 = 16777216.0, variable
205 iq[i] = (int)(z - two24 * fw);
289 if (z >= two24) {
291 iq[jz] = (int)(z - two24 * fw);
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c52 two24 = 16777216.0, variable
85 tx = (tx - tt[0]) * two24;
90 tt[2] = (tx - tt[1]) * two24;
H A D__vcosbigf.c52 two24 = 16777216.0, variable
86 tx = (tx - tt[0]) * two24;
91 tt[2] = (tx - tt[1]) * two24;
H A D__vrem_pio2m.c160 two24 = 16777216.0, variable
218 p *= two24;
H A D__vsinbig.c52 two24 = 16777216.0, variable
85 tx = (tx - tt[0]) * two24;
90 tt[2] = (tx - tt[1]) * two24;
H A D__vsinbigf.c52 two24 = 16777216.0, variable
86 tx = (tx - tt[0]) * two24;
91 tt[2] = (tx - tt[1]) * two24;
H A D__vsincosbig.c52 two24 = 16777216.0, variable
90 tx = (tx - tt[0]) * two24;
95 tt[2] = (tx - tt[1]) * two24;
H A D__vsincosbigf.c52 two24 = 16777216.0, variable
86 tx = (tx - tt[0]) * two24;
91 tt[2] = (tx - tt[1]) * two24;

Completed in 48 milliseconds