Searched refs:SI (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtof.c | 41 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
|
D | strtord.c | 81 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
|
D | strtorQ.c | 105 static FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
|
D | gdtoaimp.h | 658 #undef SI 660 #define SI 1 macro 662 #define SI 0 macro
|
D | strtod.c | 169 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; 299 { 52, 1-1023-53+1, 2046-1023-53+1, 1, SI };
|