HomeSort by relevance Sort by last modified time
    Searched refs:nd0 (Results 1 - 14 of 14) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
63 if (9 < nd0) {
69 } while(++i < nd0);
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
213 nd0 = nd;
342 /* Now we have nd0 digits, starting at s0, followed by a
343 * decimal point, followed by nd-nd0 digits. The number we're
347 if (!nd0)
348 nd0 = nd;
576 bd0 = s2b(s0, nd0, nd, y, dplen);
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
435 nd0 = nd;
566 /* Now we have nd0 digits, starting at s0, followed by a
567 * decimal point, followed by nd-nd0 digits. The number we're
571 if (!nd0)
572 nd0 = nd;
751 bd0 = s2b(s0, nd0, nd, y, dplen);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
smisc.c 45 (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);
strtod.c 94 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);
strtodg.c 314 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/
dtoa.c 273 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)
502 for (i = 9; i < nd0; i++) {
1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
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/
dtoa.c 290 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)
519 for (i = 9; i < nd0; i++) {
1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; local
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; local
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 60 public FDBigInt( long seed, char digit[], int nd0, int nd ){
67 int i = nd0;
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
768 (CONST char *s, int nd0, int nd, ULong y9)
793 if (9 < nd0) {
796 while(++i < nd0);
1583 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1701 nd0 = nd;
3382 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
768 (CONST char *s, int nd0, int nd, ULong y9)
793 if (9 < nd0) {
796 while(++i < nd0);
1583 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1701 nd0 = nd;
3382 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; local
    [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp 346 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w();
351 const float kb = triangleArea(ndpixel, nd2, nd0);
352 const float kc = triangleArea(ndpixel, nd0, nd1);
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 1604 IRTemp nd0 = newTemp(Ity_I32); local
1648 IRTemp nd0 = newTemp(Ity_I32); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1165 milliseconds