HomeSort by: relevance | last modified time | path
    Searched defs:two24 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2.c 49 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable in typeref:typename:const double
144 z = (z-tx[i])*two24;
k_rem_pio2.c 296 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable in typeref:typename:const double
335 iq[i] = (int32_t)(z-two24*fw);
400 if(z>=two24) {
402 iq[jz] = (int32_t)(z-two24*fw);
e_rem_pio2l.h 50 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable in typeref:typename:const double
124 z = (z-tx[i])*two24;
e_powf.c 32 two24 = 16777216.0, /* 0x4b800000 */ variable in typeref:typename:const float[][][]
156 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
  /src/lib/libm/ld128/
e_rem_pio2l.h 52 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable in typeref:typename:const double
128 z = (z-tx[i])*two24;
  /src/lib/libm/ld80/
e_rem_pio2l.h 47 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable in typeref:typename:const double
136 z = (z-tx[i])*two24;

Completed in 17 milliseconds