Searched refs:decfloat (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() function 524 return decfloat(f, c, bits, emin, sign, pok); in __floatscan()
|