Searched refs:nd0 (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b() argument 768 (CONST char *s, int nd0, int nd, ULong y9) 793 if (9 < nd0) { 796 while(++i < nd0); 1583 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 1701 nd0 = nd; 1785 if (!nd0) 1786 nd0 = nd; 1920 bd0 = s2b(s0, nd0, nd, y); 3382 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; in gethex() local [all …]
|