Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h433 LIBC_INLINE uint8_t *get_digits() { return this->digits; } in get_digits() function
H A Dstr_to_float.h387 (hpd.get_decimal_point() == 0 && hpd.get_digits()[0] < 5)) {