Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h177 #define Ten_pmax 10 macro
179 #define Ten_pmax 10 macro
212 #define Ten_pmax 22 macro
243 #define Ten_pmax 22 macro
266 #define Ten_pmax 24 macro
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h127 #define Ten_pmax 10 macro
129 #define Ten_pmax 10 macro
166 #define Ten_pmax 22 macro
207 #define Ten_pmax 22 macro
231 #define Ten_pmax 24 macro
Dstrtod.c509 if (e <= Ten_pmax) {
525 if (e <= Ten_pmax + i) {
556 else if (e >= -Ten_pmax) {
Dstrtodg.c660 if (e <= Ten_pmax) { in _strtodg_l()
673 if (e <= Ten_pmax + i) { in _strtodg_l()
702 else if (e >= -Ten_pmax) { in _strtodg_l()
Ddtoa.c353 if (k >= 0 && k <= Ten_pmax) in __dtoa()