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

  /src/lib/libm/src/
e_rem_pio2f.c 82 two8 = 2.5600000000e+02, /* 0x43800000 */ variable
173 z = (z-tx[i])*two8;
k_rem_pio2f.c 47 two8 = 2.5600000000e+02, /* 0x43800000 */ variable
86 iq[i] = (int32_t)(z-two8*fw);
151 if(z>=two8) {
153 iq[jz] = (int32_t)(z-two8*fw);

Completed in 16 milliseconds