Home
last modified time | relevance | path

Searched refs:num_digits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h125 uint32_t num_digits = 0; variable
134 static_cast<uint32_t>(round_to_digit) >= this->num_digits) { in should_round_up()
151 static_cast<uint32_t>(round_to_digit + 1) == this->num_digits) { in should_round_up()
178 if (digit_index >= this->num_digits) { in get_num_new_digits()
196 while (this->num_digits > 0 && this->digits[this->num_digits - 1] == 0) { in trim_trailing_zeroes()
197 --this->num_digits; in trim_trailing_zeroes()
199 if (this->num_digits == 0) { in trim_trailing_zeroes()
221 if (read_index < this->num_digits) { in right_shift()
234 while (read_index < this->num_digits) { in right_shift()
257 this->num_digits = write_index; in right_shift()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c550 u_int num_digits = 0; /* Number of digits read */ in is_double() local
561 num_digits++; in is_double()
568 num_digits++; in is_double()
575 if (!num_digits) in is_double()