Searched defs:xB (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
H A Dp1.cpp26 X0<N::B, int&> xB; local
27 xB.test_f0(N::B());
/external/skia/gm/
H A Dcomplexclip2.cpp22 SkScalar xB = 10 * SK_Scalar1; local
38 fRects[0].set(xB, yB, xE, yE);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp408 /* Compute point B: xB,yB,zB */
463 double xB,yB,zB; local
470 xB = pointB[0];
479 len1 = sqrt( (xA-xB)*(xA-xB) + (yA-yB)*(yA-yB) + (zA-zB)*(zA-zB) );
480 len2 = sqrt( (xB-xC)*(xB-xC) + (yB-yC)*(yB-yC) + (zB-zC)*(zB-zC) );
532 double xB,yB,zB; local
541 xB = point12.x;
556 a11 = (xB
611 double xB,yB,zB; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c8475 IRTemp xB, xB2; local
8477 xB = xB2 = IRTemp_INVALID;
8488 xB = newTemp(Ity_F64);
8489 assign( xB,
8496 xB = newTemp(Ity_F64);
8498 assign( xB,
8513 xB = newTemp(Ity_I64);
8514 assign( xB, unop( Iop_V128HIto64, getVSReg( XB ) ) );
8520 xB = newTemp(Ity_I64);
8521 assign( xB, uno
[all...]

Completed in 214 milliseconds