Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h189 #define Int_max 6 macro
222 #define Int_max 14 macro
252 #define Int_max 15 macro
276 #define Int_max 15 macro
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h139 #define Int_max 6 macro
176 #define Int_max 14 macro
216 #define Int_max 15 macro
241 #define Int_max 15 macro
Ddtoa.c539 if (be >= 0 && k <= Int_max) in __dtoa()