Lines Matching refs:result
38 digit_t result = 1ull;
41 result *= base;
46 return result;
150 // the result == rest; from then on divide the rest in-place.
435 // on this level; unless this is the left edge of the result.
589 int result;
592 result = DIV_CEIL(bit_length, bits_per_char) + sign;
596 // For estimating the result length, we have to be pessimistic and work with
604 result = static_cast<int>(chars_required);
606 result += sign;
607 return result;