Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c130 #define isa 0 in __exponent() macro
Dvfprintf.c1651 int isa = fmtch == 'a' || fmtch == 'A'; in exponent() local
1653 # define isa 0 in exponent() macro
Dvfwprintf.c1647 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent() local
1649 # define isa 0 in wexponent() macro