Searched refs:nd0 (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
H A Dsmisc.c45 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
47 (CONST char *s, int nd0, int nd, ULong y9)
71 if (9 < nd0) {
77 } while(++i < nd0);
H A Dstrtod.c94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
182 nd0 = nd;
310 /* Now we have nd0 digits, starting at s0, followed by a
311 * decimal point, followed by nd-nd0 digits. The number we're
315 if (!nd0)
316 nd0 = nd;
542 bd0 = s2b(s0, nd0, nd, y);
H A Dstrtodg.c314 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
379 nd0 = nd;
507 /* Now we have nd0 digits, starting at s0, followed by a
508 * decimal point, followed by nd-nd0 digits. The number we're
512 if (!nd0)
513 nd0 = nd;
651 bd0 = s2b(s0, nd0, nd, y);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddtoa.c273 int e0, nd, nd0, scale; member in struct:BCinfo
478 decimal separator at position nd0, which is ignored) to a Bigint. This
484 s2b(const char *s, int nd0, int nd, ULong y9) argument
502 for (i = 9; i < nd0; i++) {
1366 bc->nd0 gives the number of significant digits of s0 before the
1367 decimal separator. If there's no decimal separator, bc->nd0 ==
1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1386 nd0 = bc->nd0;
1465 dd = s0[i < nd0
1493 int esign, i, j, k, lz, nd, nd0, odd, sign; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Ddtoa.c290 int e0, nd, nd0, scale; member in struct:BCinfo
495 decimal separator at position nd0, which is ignored) to a Bigint. This
501 s2b(const char *s, int nd0, int nd, ULong y9) argument
519 for (i = 9; i < nd0; i++) {
1383 bc->nd0 gives the number of significant digits of s0 before the
1384 decimal separator. If there's no decimal separator, bc->nd0 ==
1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1403 nd0 = bc->nd0;
1482 dd = s0[i < nd0
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; local
[all...]

Completed in 14 milliseconds