Searched refs:nf (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtod.c | 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 205 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 228 nf += nz; 238 nf += nz; 337 e1 = e -= nf;
|
D | strtodg.c | 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 427 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 450 nf += nz; 460 nf += nz; 550 e1 = e -= nf;
|
/bionic/libc/kernel/uapi/linux/ |
D | omap3isp.h | 335 struct omap3isp_prev_nf __user * nf; member
|