Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h88 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*));
Dgdtoa_fltrnds.h1 FPI *fpi, fpi1;
Dstrtord.c81 static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
82 FPI *fpi, fpi1;
DstrtorQ.c105 static FPI fpi0 = { 113, 1-16383-113+1, 32766-16383-113+1, 1, SI };
106 FPI *fpi, fpi1;
Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan()
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
Dstrtof.c41 static FPI fpi0 = { 24, 1-127-24+1, 254-127-24+1, 1, SI };
Dldtoa.c52 FPI fpi = { in __ldtoa()
Dgdtoaimp.h592 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*));
Dgethex.c41 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)
Dstrtodg.c179 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)
Dstrtod.c169 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 */
Dgdtoa.c117 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)