Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddtoa.cc485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member
664 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; variable
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
2526 nd0 = nd;
[all …]
/external/opencv3/modules/core/src/
Docl.cpp2528 cl_uint i, nd0 = 0, nd = 0; in Impl() local
2530 CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, 0, 0, &nd0 ) == CL_SUCCESS); in Impl()
2532 AutoBuffer<void*> dlistbuf(nd0*2+1); in Impl()
2534 cl_device_id* dlist_new = dlist + nd0; in Impl()
2535 CV_OclDbgAssert(clGetDeviceIDs( pl, dtype, nd0, dlist, &nd0 ) == CL_SUCCESS); in Impl()
2538 for(i = 0; i < nd0; i++) in Impl()
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp350 const tcu::Vec2 nd0 = p0.swizzle(0, 1) / p0.w(); in calcTriangleInterpolationWeights() local
355 const float kb = triangleArea(ndpixel, nd2, nd0); in calcTriangleInterpolationWeights()
356 const float kc = triangleArea(ndpixel, nd0, nd1); in calcTriangleInterpolationWeights()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp395 int16x4_t nd0 = vmovn_s32(q5); in operator ()() local
400 vst1_s16(&Iptr[x], nd0); in operator ()()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1604 IRTemp nd0 = newTemp(Ity_I32); in armUnsignedSatQ() local
1612 assign( nd0, mkexpr(regT) ); in armUnsignedSatQ()
1614 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armUnsignedSatQ()
1615 assign( nd3, IRExpr_ITE(mkexpr(nd2), mkexpr(nd1), mkexpr(nd0)) ); in armUnsignedSatQ()
1648 IRTemp nd0 = newTemp(Ity_I32); in armSignedSatQ() local
1656 assign( nd0, mkexpr(regT) ); in armSignedSatQ()
1658 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ()
1659 assign( nd3, IRExpr_ITE( mkexpr(nd2), mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ()