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

/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc485 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
2254 nd0 = bc->nd0;
2354 for(i = 0; i < nd0; ) {
2451 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
[all...]
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp337 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, nd
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1604 IRTemp nd0 = newTemp(Ity_I32); local
1612 assign( nd0, mkexpr(regT) );
1614 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) );
1615 assign( nd3, IRExpr_ITE(mkexpr(nd2), mkexpr(nd1), mkexpr(nd0)) );
1648 IRTemp nd0 = newTemp(Ity_I32); local
1656 assign( nd0, mkexpr(regT) );
1658 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) );
1659 assign( nd3, IRExpr_ITE( mkexpr(nd2), mkexpr(nd1), mkexpr(nd0) ) );

Completed in 193 milliseconds