Home | History | Annotate | Download | only in math

Lines Matching refs:i1

29   uint64_t i1, i0;
31 GET_FLT128_WORDS64 (i0, i1, x);
40 i1 = 0;
45 if (((i0 & i) | i1) == 0)
51 i1 = 0;
65 if ((i1 & i) == 0)
69 uint64_t j = i1 + (1LL << (111 - j0));
70 if (j < i1)
72 i1 = j;
73 i1 &= ~i;
76 SET_FLT128_WORDS64 (x, i0, i1);