Searched refs:hax (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_clogf.c50 uint32_t hax, hay; local
65 GET_FLOAT_WORD(hax, ax);
66 kx = (hax >> 23) - 127;
75 if (hax == 0x3f800000) {
H A Ds_clogl.c65 uint16_t hax, hay; local
82 GET_LDBL_EXPSIGN(hax, ax);
83 kx = hax - 16383;
H A Ds_clog.c50 uint32_t hax, hay; local
65 GET_HIGH_WORD(hax, ax);
66 kx = (hax >> 20) - 1023;

Completed in 115 milliseconds