Searched refs:nf (Results 1 – 4 of 4) sorted by relevance
| /picolibc-latest/newlib/libc/tinystdio/ |
| D | strfroml.c | 45 char *nf; in strfroml() local 50 nf = nformat; in strfroml() 65 *nf++ = 'L'; in strfroml() 73 *nf++ = c; in strfroml() 75 *nf = '\0'; in strfroml()
|
| /picolibc-latest/newlib/libc/stdlib/ |
| D | strtod.c | 249 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 352 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 367 nf += nz; 377 nf += nz; 480 e1 = e -= nf;
|
| D | strtodg.c | 443 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; in _strtodg_l() local 505 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) in _strtodg_l() 528 nf += nz; in _strtodg_l() 538 nf += nz; in _strtodg_l() 629 e1 = e -= nf; in _strtodg_l()
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 4217 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceed
|