Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clogf.c50 uint32_t hax, hay; in clogf() local
65 GET_FLOAT_WORD(hax, ax); in clogf()
66 kx = (hax >> 23) - 127; in clogf()
75 if (hax == 0x3f800000) { in clogf()
Ds_clog.c50 uint32_t hax, hay; in clog() local
65 GET_HIGH_WORD(hax, ax); in clog()
66 kx = (hax >> 20) - 1023; in clog()
Ds_clogl.c65 uint16_t hax, hay; in clogl() local
82 GET_LDBL_EXPSIGN(hax, ax); in clogl()
83 kx = hax - 16383; in clogl()