Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c1660 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
1668 FPI fpi1 = fpi;
1671 #define fpi1 fpi
1681 copybits(bits, fpi.nbits, bb);
3203 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) in gethex() argument
3321 switch(fpi->rounding) { in gethex()
3338 switch(fpi->rounding) { in gethex()
3351 nbits = fpi->nbits; in gethex()
3362 *exp = fpi->emin; in gethex()
3372 int maxdigits = ((fpi->nbits + 3) >> 2) + 2; in gethex()
[all …]