Searched refs:FPI (Results 26 - 38 of 38) sorted by relevance

12

/barrelfish-master/lib/gdtoa/
H A Dstrtopx.c61 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
H A DstrtopxL.c57 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
H A Dstrtopdd.c42 static FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 };
44 static FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
H A Dg_Qfmt.c59 static FPI fpi0 = { 113, 1-16383-113+1, 32766 - 16383 - 113 + 1, 1, 0 };
H A Dstrtordd.c181 static FPI fpi0 = { 106, 1-1023, 2046-1023-106+1, 1, 1 };
183 static FPI fpi0 = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
185 FPI *fpi, fpi1;
H A Dgdtoaimp.h615 extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
618 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
620 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
638 extern int strtodg_l ANSI((CONST char*, char**, FPI*, Long*, ULong*, locale_t));
643 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
H A Dg_ddfmt.c41 FPI fpi;
H A DstrtodI.c58 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
H A Dstrtodg.c175 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
177 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
319 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; locale_t loc;
321 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits, locale_t loc)
H A Dgdtoa.c115 FPI *fpi; int be; ULong *bits;
118 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
H A Dstrtod.c171 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
179 FPI fpi1 = fpi;
298 static FPI fpinan = /* only 52 explicit bits */
/barrelfish-master/lib/libc/gdtoa/
H A D_ldtoa.c50 FPI fpi = {

Completed in 53 milliseconds

12