Lines Matching refs:se
113 uint32_t se; in __ieee754_j0l() local
115 GET_LDOUBLE_EXP (se, x); in __ieee754_j0l()
116 ix = se & 0x7fff; in __ieee754_j0l()
199 uint32_t se, i0, i1; in __ieee754_y0l() local
201 GET_LDOUBLE_WORDS (se, i0, i1, x); in __ieee754_y0l()
202 ix = se & 0x7fff; in __ieee754_y0l()
204 if (__glibc_unlikely (se & 0x8000)) in __ieee754_y0l()
357 uint32_t se, i0, i1; in pzero() local
359 GET_LDOUBLE_WORDS (se, i0, i1, x); in pzero()
360 ix = se & 0x7fff; in pzero()
495 uint32_t se, i0, i1; in qzero() local
497 GET_LDOUBLE_WORDS (se, i0, i1, x); in qzero()
498 ix = se & 0x7fff; in qzero()