Lines Matching refs:quot
1491 mp_limb_t d, n, quot; in ____STRTOF_INTERNAL() local
1500 udiv_qrnnd (quot, n, n, 0, d); in ____STRTOF_INTERNAL()
1506 if (quot == 0) \ in ____STRTOF_INTERNAL()
1509 count_leading_zeros (cnt, quot); \ in ____STRTOF_INTERNAL()
1514 retval[0] = quot >> (BITS_PER_MP_LIMB - used); \ in ____STRTOF_INTERNAL()
1523 retval[0] = quot; \ in ____STRTOF_INTERNAL()
1529 quot); \ in ____STRTOF_INTERNAL()
1534 __mpn_lshift_1 (retval, RETURN_LIMB_SIZE, used, quot); \ in ____STRTOF_INTERNAL()
1543 quot, BITS_PER_MP_LIMB - 1 - used, in ____STRTOF_INTERNAL()
1549 mp_limb_t quot = 0; in ____STRTOF_INTERNAL() local
1601 quot = ~(mp_limb_t) 0; in ____STRTOF_INTERNAL()
1614 udiv_qrnnd (quot, r, n1, n0, d1); in ____STRTOF_INTERNAL()
1615 umul_ppmm (n1, n0, d0, quot); in ____STRTOF_INTERNAL()
1622 --quot; in ____STRTOF_INTERNAL()
1636 quot, BITS_PER_MP_LIMB - 1 - used, in ____STRTOF_INTERNAL()
1643 mp_limb_t quot = 0; in ____STRTOF_INTERNAL() local
1721 quot = ~(mp_limb_t) 0; in ____STRTOF_INTERNAL()
1726 udiv_qrnnd (quot, r, n0, num[densize - 1], dX); in ____STRTOF_INTERNAL()
1727 umul_ppmm (n1, n0, d1, quot); in ____STRTOF_INTERNAL()
1731 --quot; in ____STRTOF_INTERNAL()
1744 cy = __mpn_submul_1 (num, den, densize + 1, quot); in ____STRTOF_INTERNAL()
1750 --quot; in ____STRTOF_INTERNAL()
1763 quot, BITS_PER_MP_LIMB - 1 - used, in ____STRTOF_INTERNAL()