Searched refs:nf (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | strtod.c | 250 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 353 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 368 nf += nz; 378 nf += nz; 481 e1 = e -= nf;
|
D | strtodg.c | 444 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; in _strtodg_l() local 506 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) in _strtodg_l() 529 nf += nz; in _strtodg_l() 539 nf += nz; in _strtodg_l() 630 e1 = e -= nf; in _strtodg_l()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 4217 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceed
|