Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dldtoa.c382 #ifndef DEC
451 #ifdef DEC
1914 #ifdef DEC in e64toe()
2060 #ifdef DEC in e53toe()
2077 #ifdef DEC in e53toe()
2153 #ifdef DEC
2191 #ifdef DEC in toe53()
2275 #ifdef DEC in e24toe()
2323 #ifdef DEC in e24toe()
2359 #ifdef DEC in toe24()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfwprintf.c407 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in VFWPRINTF() enumerator
913 base = DEC; in VFWPRINTF()
1266 base = DEC; in VFWPRINTF()
1318 case DEC: in VFWPRINTF()
Dvfprintf.c439 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in VFPRINTF() enumerator
957 base = DEC; in VFPRINTF()
1289 base = DEC; in VFPRINTF()
1341 case DEC: in VFPRINTF()