Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c389 #ifndef DEC
458 #ifdef DEC
1921 #ifdef DEC in e64toe()
2067 #ifdef DEC in e53toe()
2084 #ifdef DEC in e53toe()
2160 #ifdef DEC
2198 #ifdef DEC in toe53()
2282 #ifdef DEC in e24toe()
2330 #ifdef DEC in e24toe()
2366 #ifdef DEC in toe24()
[all …]
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c405 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in VFWPRINTF() enumerator
911 base = DEC; in VFWPRINTF()
1264 base = DEC; in VFWPRINTF()
1316 case DEC: in VFWPRINTF()
Dvfprintf.c434 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in VFPRINTF() enumerator
952 base = DEC; in VFPRINTF()
1284 base = DEC; in VFPRINTF()
1336 case DEC: in VFPRINTF()