Home
last modified time | relevance | path

Searched refs:FPI (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoa.h90 FPI { struct
96 } FPI; typedef
130 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
135 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
Dhexnan.c58 CONST char **sp; CONST FPI *fpi; ULong *x0; in hexnan()
60 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
Dstrtof.c49 static CONST FPI fpi = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
Dgdtoaimp.h565 extern int gethex (CONST char**, CONST FPI*, Long*, Bigint**, int);
567 extern int hexnan (CONST char**, CONST FPI*, ULong*);
585 extern int strtoIg (CONST char*, char**, FPI*, Long*, Bigint**, int*);
Dldtoa.c59 static FPI fpi = { in ldtoa()
Dstrtopx.c64 static CONST FPI fpi = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
Dstrtod.c136 static FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; in strtod()
144 FPI fpi1 = fpi; in strtod()
265 static FPI fpinan = /* only 52 explicit bits */ in strtod()
Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
Dstrtodg.c182 double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv in rvOK()
308 CONST char *s00, char **se, CONST FPI *fpi, Long *expt, ULong *bits in strtodg()
Dgdtoa.c131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()