Searched refs:SI (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/mips/ |
D | strncpy.c | 32 typedef unsigned word_type __attribute__ ((mode (SI))); 35 typedef unsigned si_type __attribute__ ((mode (SI)));
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | mprec.h | 96 #undef SI 98 #define SI 1 macro 100 #define SI 0 macro
|
D | strtorx.c | 108 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
|
D | strtod.c | 303 static const FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; 437 { 52, 1-1023-53+1, 2046-1023-53+1, 1, SI };
|