Lines Matching refs:__ULong
58 __ULong carry, *xc, *xa, *xb, *xe, y; in sum()
60 __ULong z; in sum()
125 __ULong *x, *x1, *xe, y; in rshift()
154 __ULong L, *x, *xe; in trailz()
171 __ULong *x, *xe; in increment()
174 __ULong carry = 1, y; in increment()
181 if (*x < (__ULong)0xffffffffL) { in increment()
216 __ULong *x, *xe; in decrement()
218 __ULong borrow = 1, y; in decrement()
245 __ULong *x, *xe; in all_on()
261 __ULong *x, *xe; in set_ones()
284 rvOK (double d, FPI *fpi, Long *exp, __ULong *bits, int exact, in rvOK()
288 __ULong carry, inex, lostbits; in rvOK()
332 if (b->_x[k>>kshift] & ((__ULong)1 << (k & kmask))) in rvOK()
420 __ULong L; in mantbits()
438 __ULong *bits, locale_t loc) in _strtodg_l()
450 __ULong y, z; in _strtodg_l()