HomeSort by relevance Sort by last modified time
    Searched refs:nd0 (Results 1 - 7 of 7) 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);
  /ndk/sources/android/support/src/stdio/
strtod.c 776 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
778 (CONST char *s, int nd0, int nd, ULong y9)
803 if (9 < nd0) {
806 while(++i < nd0);
1593 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
3392 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; local
    [all...]
  /external/chromium_org/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
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
684 if (9 < nd0) {
687 while(++i < nd0);
2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 337 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w();
342 const float kb = triangleArea(ndpixel, nd2, nd0);
343 const float kc = triangleArea(ndpixel, nd0, nd1);
396 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w();
401 const bool xMajor = (de::abs(nd0.x() - nd1.x()) >= de::abs(nd0.y() - nd1.y()));
403 const tcu::Vec2 lineDir (nd1 - nd0);
404 const tcu::Vec2 d (ndpoint - nd0);
449 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w();
453 const float dividend = tcu::dot(ndpoint - nd0, nd1 - nd0)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 1604 IRTemp nd0 = newTemp(Ity_I32); local
1648 IRTemp nd0 = newTemp(Ity_I32); local
    [all...]

Completed in 339 milliseconds