Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c747 static char _get_digit(uint64_t *fr, int *digit_count) in _get_digit() argument
751 if (*digit_count > 0) { in _get_digit()
752 --*digit_count; in _get_digit()
1174 int digit_count = 16; in encode_float() local
1195 while ((decexp > 0) && (digit_count > 0)) { in encode_float()
1196 *buf = _get_digit(&fract, &digit_count); in encode_float()
1230 *buf = _get_digit(&fract, &digit_count); in encode_float()
1244 while ((precision > 0) && (digit_count > 0)) { in encode_float()
1245 *buf = _get_digit(&fract, &digit_count); in encode_float()