Searched refs:FPI (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.h | 88 FPI { struct 94 } FPI; typedef 109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
|
D | gdtoa_fltrnds.h | 1 FPI *fpi, fpi1;
|
D | strtord.c | 81 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; 82 FPI *fpi, fpi1;
|
D | strtorQ.c | 105 static FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI }; 106 FPI *fpi, fpi1;
|
D | hexnan.c | 55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan() 57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
|
D | strtof.c | 41 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
|
D | ldtoa.c | 52 FPI fpi = { in __ldtoa()
|
D | gdtoaimp.h | 592 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int)); 594 extern int hexnan ANSI((CONST char**, FPI*, ULong*)); 612 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
|
D | gethex.c | 41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; in gethex() 43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
|
D | strtodg.c | 179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK() 181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv) 340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; in strtodg() 342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
|
D | strtod.c | 169 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; 177 FPI fpi1 = fpi; 298 static FPI fpinan = /* only 52 explicit bits */
|
D | gdtoa.c | 117 FPI *fpi; int be; ULong *bits; in gdtoa() 120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
|