Lines Matching refs:i1
30 uint32_t se, i1, i0; in __roundl() local
32 GET_LDOUBLE_WORDS (se, i0, i1, x); in __roundl()
39 i0 = i1 = 0; in __roundl()
49 if (((i0 & i) | i1) == 0) in __roundl()
57 i1 = 0; in __roundl()
71 if ((i1 & i) == 0) in __roundl()
75 uint32_t j = i1 + (1 << (62 - j0)); in __roundl()
76 if (j < i1) in __roundl()
86 i1 = j; in __roundl()
87 i1 &= ~i; in __roundl()
90 SET_LDOUBLE_WORDS (x, se, i0, i1); in __roundl()