Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c1677 FPI fpi1 = fpi; local
1678 fpi1.rounding = Rounding;
1680 #define fpi1 fpi
1682 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, 0)) & STRTOG_Retmask) {