Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c1659 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
1667 FPI fpi1 = fpi;
1670 #define fpi1 fpi
1680 copybits(bits, fpi.nbits, bb);
3202 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) in gethex() argument
3320 switch(fpi->rounding) { in gethex()
3337 switch(fpi->rounding) { in gethex()
3350 nbits = fpi->nbits; in gethex()
3361 *exp = fpi->emin; in gethex()
3371 int maxdigits = ((fpi->nbits + 3) >> 2) + 2; in gethex()
[all …]