Searched refs:nz0 (Results 1 – 2 of 2) 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 140 sign = nz0 = nz = decpt = 0; 198 nz0 = 1; 255 if (!nd && !nz && !nz0) { 291 if (!nz && !nz0) {
|
D | strtodg.c | 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 376 denorm = sign = nz0 = nz = 0; 419 nz0 = 1; 477 if (!nd && !nz && !nz0) { 515 if (!nz && !nz0) {
|