Searched refs:FPI (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | gdtoa.h | 86 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*));
|
D | strtorx.c | 103 static FPI fpi0 = { 64, 1-16383-64+1, 32766 - 16383 - 64 + 1, 1, SI }; 104 FPI *fpi, fpi1;
|
D | mprec.h | 363 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);
|
D | gdtoa-hexnan.c | 81 const FPI *fpi, in hexnan()
|
D | strtod.c | 302 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 */
|
D | gdtoa-gethex.c | 150 gethex (const char **sp, const FPI *fpi, in gethex()
|
D | strtodg.c | 284 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()
|