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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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);
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
664 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
666 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
686 if (9 < nd0) {
689 while(++i < nd0);
2250 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2451 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.cpp 395 int16x4_t nd0 = vmovn_s32(q5); local
400 vst1_s16(&Iptr[x], nd0);
    [all...]
  /ndk/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/opencv3/modules/core/src/
ocl.cpp 2528 cl_uint i, nd0 = 0, nd = 0; local
    [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 1068 milliseconds