Lines Matching refs:mp_size_t
180 #define MPN_VAR(name) mp_limb_t name[MPNSIZE]; mp_size_t name##size
214 mp_limb_t round_limb, mp_size_t round_bit, int more_bits) in round_and_return()
223 mp_size_t shift = MIN_EXP - 1 - exponent; in round_and_return()
365 str_to_mpn (const STRING_TYPE *str, int digcnt, mp_limb_t *n, mp_size_t *nsize, in str_to_mpn()
474 mp_size_t i; \
1262 const mp_size_t least_idx = (bits - MANT_DIG) / BITS_PER_MP_LIMB; in ____STRTOF_INTERNAL()
1263 const mp_size_t least_bit = (bits - MANT_DIG) % BITS_PER_MP_LIMB; in ____STRTOF_INTERNAL()
1264 const mp_size_t round_idx = least_bit == 0 ? least_idx - 1 in ____STRTOF_INTERNAL()
1266 const mp_size_t round_bit = least_bit == 0 ? BITS_PER_MP_LIMB - 1 in ____STRTOF_INTERNAL()
1293 const mp_size_t target_bit = (MANT_DIG - 1) % BITS_PER_MP_LIMB; in ____STRTOF_INTERNAL()
1294 const mp_size_t is_bit = (bits - 1) % BITS_PER_MP_LIMB; in ____STRTOF_INTERNAL()
1656 mp_size_t empty = densize - numsize; in ____STRTOF_INTERNAL()