Home
last modified time | relevance | path

Searched refs:isa (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfprintf_float.c132 #define isa 0 in __exponent() macro
135 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()
156 if (!isa) in __exponent()
Dvfwprintf.c1649 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent() local
1651 # define isa 0 in wexponent() macro
1655 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()
1671 if (!isa) in wexponent()
Dvfprintf.c1656 int isa = fmtch == 'a' || fmtch == 'A'; in exponent() local
1658 # define isa 0 in exponent() macro
1662 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()
1678 if (!isa) in exponent()
/picolibc-3.7.0-3.6.0/newlib/libc/sys/xtensa/include/xtensa/config/
Dcore-isa.h111 #include_next <xtensa/config/core-isa.h>
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/
Dmeson.build47 cc.check_header('xtensa/config/core-isa.h'),
48 description: 'Xtensa toolchain includes core-isa.h')
/picolibc-3.7.0-3.6.0/scripts/
Drun-power966 -device isa-serial,chardev=s1 \
/picolibc-3.7.0-3.6.0/newlib/libc/machine/xtensa/machine/
DCMakeLists.txt36 core-isa.h
Dmeson.build36 'core-isa.h',
/picolibc-3.7.0-3.6.0/
Dpicolibc.h.in469 /* Compiler has Xtensa-specific core-isa.h header file */
DCMakeLists.txt485 CHECK_INCLUDE_FILE(xtensa/config/core-isa.h _XTENSA_HAVE_CONFIG_CORE_ISA_H)
DCOPYING.picolibc3529 Files: newlib/libc/machine/xtensa/machine/core-isa.h
3556 Files: newlib/libc/sys/xtensa/include/xtensa/config/core-isa.h