Lines Matching refs:rest
811 * Cut off the most significant digits so that the rest fits in ctx->prec.
840 * Cut off the most significant digits of a NaN payload so that the rest
2533 mpd_uint_t rnd = 0, rest = 0, word;
2538 _mpd_divmod_pow10(&rnd, &rest, word, mpd_word_digits(word)-1);
2539 if (len > 1 && rest == 0) {
2540 rest = !_mpd_isallzero(data, len-1);
2544 rest = !_mpd_isallzero(data, len);
2547 return (rnd == 0 || rnd == 5) ? rnd + !!rest : rnd;
2735 /* scan the rest of y for digits > 1 */
2743 /* scan the rest of big for digits > 1 */
2925 /* scan for digits > 1 and copy the rest of y */
2935 /* scan for digits > 1 and copy the rest of big */
3244 /* scan for digits > 1 and copy the rest of y */
3254 /* scan for digits > 1 and copy the rest of big */