Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dsmisc.c45 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b() argument
47 (CONST char *s, int nd0, int nd, ULong y9)
71 if (9 < nd0) {
77 } while(++i < nd0);
Dstrtod.c94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; in strtod() local
182 nd0 = nd; in strtod()
315 if (!nd0) in strtod()
316 nd0 = nd; in strtod()
542 bd0 = s2b(s0, nd0, nd, y); in strtod()
Dstrtodg.c314 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; in strtodg() local
379 nd0 = nd; in strtodg()
512 if (!nd0) in strtodg()
513 nd0 = nd; in strtodg()
651 bd0 = s2b(s0, nd0, nd, y); in strtodg()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c273 int e0, nd, nd0, scale; member
484 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() argument
502 for (i = 9; i < nd0; i++) { in s2b()
1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1386 nd0 = bc->nd0; in bigcomp()
1465 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
1493 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1529 nd0 = nd = s - s1; in _Py_dg_strtod()
1539 nd0 -= s - s1; in _Py_dg_strtod()
1603 e -= nd - nd0; in _Py_dg_strtod()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c290 int e0, nd, nd0, scale; member
501 s2b(const char *s, int nd0, int nd, ULong y9) in s2b() argument
519 for (i = 9; i < nd0; i++) { in s2b()
1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1403 nd0 = bc->nd0; in bigcomp()
1482 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp()
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1586 nd0 = (int)ndigits - (int)fraclen; in _Py_dg_strtod()
1634 e -= nd - nd0; in _Py_dg_strtod()
1635 if (nd0 <= 0) in _Py_dg_strtod()
[all …]