Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/lib/os/
Dcbprintf_complete.c745 static char _get_digit(uint64_t *fr, int *digit_count) in _get_digit() function
1177 *buf++ = _get_digit(&fract, &digit_count); in encode_float()
1208 *buf = _get_digit(&fract, &digit_count); in encode_float()
1222 *buf++ = _get_digit(&fract, &digit_count); in encode_float()