Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfieeefp.h181 #define Ten_pmax 10 macro
183 #define Ten_pmax 10 macro
216 #define Ten_pmax 22 macro
247 #define Ten_pmax 22 macro
270 #define Ten_pmax 24 macro
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmprec.h128 #define Ten_pmax 10 macro
130 #define Ten_pmax 10 macro
167 #define Ten_pmax 22 macro
208 #define Ten_pmax 22 macro
232 #define Ten_pmax 24 macro
Dstrtod.c510 if (e <= Ten_pmax) {
526 if (e <= Ten_pmax + i) {
557 else if (e >= -Ten_pmax) {
Dstrtodg.c661 if (e <= Ten_pmax) { in _strtodg_l()
674 if (e <= Ten_pmax + i) { in _strtodg_l()
703 else if (e >= -Ten_pmax) { in _strtodg_l()
Ddtoa.c354 if (k >= 0 && k <= Ten_pmax) in __dtoa()