Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgdtoa.h86 FPI { struct
92 } FPI; argument
112 FPI *fpi, int be, ULong *bits, int *kindp,
117 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
Dstrtorx.c103 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI };
104 FPI *fpi, fpi1;
Dmprec.h363 struct FPI;
380 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo…
390 struct FPI *fpi, Long *exp, __ULong *bits,
398 int hexnan (const char **sp, const struct FPI *fpi, __ULong *x0);
Dgdtoa-hexnan.c81 const FPI *fpi, in hexnan()
Dstrtod.c302 static const FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
313 FPI fpi1 = fpi;
435 static const FPI fpinan = /* only 52 explicit bits */
Dgdtoa-gethex.c150 gethex (const char **sp, const FPI *fpi, in gethex()
Dstrtodg.c284 rvOK (double d, FPI *fpi, Long *exp, __ULong *bits, int exact, in rvOK()
437 _strtodg_l (const char *s00, char **se, FPI *fpi, Long *exp, in _strtodg_l()