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

  /external/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/
p1.cpp 26 X0<N::B, int&> xB;
27 xB.test_f0(N::B());
  /external/chromium_org/third_party/boringssl/src/crypto/dh/
dh_test.c 405 const unsigned char *xB;
441 dhB->priv_key = BN_bin2bn(td->xB, td->xB_len, NULL);
  /external/chromium_org/third_party/skia/gm/
complexclip2.cpp 31 SkScalar xB = 10.65f;
47 fRects[0].set(xB, yB, xE, yE);
  /external/skia/gm/
complexclip2.cpp 31 SkScalar xB = 10.65f;
47 fRects[0].set(xB, yB, xE, yE);
  /external/chromium_org/third_party/skia/tests/
PathOpsOpTest.cpp     [all...]
  /external/skia/tests/
PathOpsOpTest.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 223 SkScalar xB = SkScalarMul(v.fX, rect.fBottom - edgeBegin->fY);
224 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 408 /* Compute point B: xB,yB,zB */
463 double xB,yB,zB;
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;
541 xB = point12.x;
556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB-zA)*(zB-zA)
    [all...]
  /external/skia/src/core/
SkPath.cpp 223 SkScalar xB = SkScalarMul(v.fX, rect.fBottom - edgeBegin->fY);
224 if ((xT < yL) || (xT < yR) || (xB < yL) || (xB < yR)) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 315 /* Extract XB (2nd source register) field, instr[1,15:11] */
    [all...]

Completed in 1452 milliseconds