Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_clogf.c47 uint32_t hax, hay; in clogf() local
62 GET_FLOAT_WORD(hax, ax); in clogf()
63 kx = (hax >> 23) - 127; in clogf()
72 if (hax == 0x3f800000) { in clogf()
H A Ds_clog.c47 uint32_t hax, hay; in clog() local
62 GET_HIGH_WORD(hax, ax); in clog()
63 kx = (hax >> 20) - 1023; in clog()
H A Ds_clogl.c62 uint16_t hax, hay; in clogl() local
79 GET_LDBL_EXPSIGN(hax, ax); in clogl()
80 kx = hax - 16383; in clogl()