Searched refs:abs_s (Results 1 – 1 of 1) sorted by relevance
1077 unsigned int abs_s; in scale10_round_decimal_decoded() local1107 abs_s = (s >= 0 ? s : -s); in scale10_round_decimal_decoded()1109 + abs_s / GMP_LIMB_BITS + 1) in scale10_round_decimal_decoded()1144 s_limbs = abs_s / GMP_LIMB_BITS; in scale10_round_decimal_decoded()1145 s_bits = abs_s % GMP_LIMB_BITS; in scale10_round_decimal_decoded()