Searched refs:two24 (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A De_powf.c32 two24 = 16777216.0, /* 0x4b800000 */ variable
156 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
H A De_rem_pio2.c42 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
178 z = (z-tx[i])*two24;
H A Dk_rem_pio2.c290 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
322 iq[i] = (int32_t)(z-two24*fw);
387 if(z>=two24) {
389 iq[jz] = (int32_t)(z-two24*fw);
/freebsd-11-stable/lib/msun/ld128/
H A De_rem_pio2l.h50 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable
129 z = (z-tx[i])*two24;
/freebsd-11-stable/lib/msun/ld80/
H A De_rem_pio2l.h45 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
139 z = (z-tx[i])*two24;

Completed in 179 milliseconds