HomeSort by relevance Sort by last modified time
    Searched refs:hax (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_clogf.c 50 uint32_t hax, hay; local
65 GET_FLOAT_WORD(hax, ax);
66 kx = (hax >> 23) - 127;
75 if (hax == 0x3f800000) {
s_clog.c 50 uint32_t hax, hay; local
65 GET_HIGH_WORD(hax, ax);
66 kx = (hax >> 20) - 1023;
s_clogl.c 65 uint16_t hax, hay; local
82 GET_LDBL_EXPSIGN(hax, ax);
83 kx = hax - 16383;

Completed in 112 milliseconds