Searched refs:two24 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_cosl.c51 static const long double two24 = 1.67772160000000000000e+07L; variable
84 z.e = (z.e - xd[i]) * two24;
H A Ds_sinl.c49 static const long double two24 = 1.67772160000000000000e+07L; variable
85 z.e = (z.e - xd[i]) * two24;
H A Ds_tanl.c52 static const long double two24 = 1.67772160000000000000e+07L; variable
88 z.e = (z.e - xd[i]) * two24;
H A Ds_sincosl.c48 static const long double two24 = 1.67772160000000000000e+07L; variable
90 z.e = (z.e - xd[i]) * two24;
H A De_rem_pio2.c44 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
138 z = (z-tx[i])*two24;
H A Dk_rem_pio2.c281 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
313 iq[i] = (int32_t)(z-two24*fw);
378 if(z>=two24) {
380 iq[jz] = (int32_t)(z-two24*fw);
H A De_powf.c28 two24 = 16777216.0, /* 0x4b800000 */ variable
145 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }

Completed in 129 milliseconds