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 208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 231 nf += nz; 241 nf += nz; 340 e1 = e -= nf;
|
D | strtodg.c | 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 430 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++) 453 nf += nz; 463 nf += nz; 553 e1 = e -= nf;
|
/bionic/libc/kernel/uapi/linux/ |
D | omap3isp.h | 412 struct omap3isp_prev_nf __user *nf; member
|