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

12

/barrelfish-master/lib/gdtoa/
H A Dgdtoa_fltrnds.h0 FPI *fpi, fpi1;
H A DstrtoIdd.c42 static FPI fpi = { 106, 1-1023, 2046-1023-106+1, 1, 1 };
44 static FPI fpi = { 106, 1-1023-53+1, 2046-1023-106+1, 1, 0 };
H A Dstrtopd.c41 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
H A Dgdtoa.h87 FPI { struct
93 } FPI; typedef in typeref:struct:FPI
95 enum { /* FPI.rounding values: same as FLT_ROUNDS */
108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
H A Dstrtord.c79 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
80 FPI *fpi, fpi1;
H A Dstrtorf.c74 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
75 FPI *fpi, fpi1;
H A DstrtorxL.c93 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
94 FPI *fpi, fpi1;
H A DstrtoIQ.c41 static FPI fpi = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
H A DstrtoId.c41 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
H A DstrtoIf.c41 static FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
H A DstrtoIx.c41 static FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
H A DstrtoIxL.c41 static FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
H A Dstrtopf.c41 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
H A Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0;
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
H A DstrtorQ.c112 static FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
113 FPI *fpi, fpi1;
H A Dstrtorx.c115 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
116 FPI *fpi, fpi1;
H A Dg_dfmt.c41 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, 0 };
H A Dg_ffmt.c41 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, 0 };
H A Dg_xLfmt.c57 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 };
H A Dg_xfmt.c61 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, 0 };
H A Dstrtodnrp.c47 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
H A Dstrtof.c43 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
H A DstrtopQ.c59 static FPI fpi0 = { 113, 1-16383-113+1, 32766 - 16383 - 113 + 1, 1, SI };
/barrelfish-master/include/
H A Dgdtoa.h87 FPI { struct
93 } FPI; typedef in typeref:struct:FPI
95 enum { /* FPI.rounding values: same as FLT_ROUNDS */
108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));

Completed in 61 milliseconds

12