Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dryu_table.c81 const uint64_t n_div_5 = 3689348814741910323u; // #{ n | n = 0 (mod 2^64) } = 2^64 / 5 in __pow5Factor() local
86 if (value > n_div_5) in __pow5Factor()