HomeSort by relevance Sort by last modified time
    Searched refs:ab0 (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsLine.cpp 67 SkDVector ab0 = xy - fPts[0]; local
68 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
94 SkDVector ab0 = xy - fPts[0]; local
95 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
SkDLineIntersection.cpp 45 SkDVector ab0 = a[0] - b[0]; local
46 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
47 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX;
  /external/skia/src/core/
SkStroke.cpp 523 SkVector ab0 = pt - lineStart; local
524 SkScalar numer = dxy.dot(ab0);
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s     [all...]
autogen-inst-offset-padding.s 2216 # CHECK: 1ab0: incl
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 16722 IRTemp ab7, ab6, ab5, ab4, ab3, ab2, ab1, ab0; local
16894 breakV128to4x64U( mkexpr(abOdd), &ab6, &ab4, &ab2, &ab0 ); local
16932 breakV128to4x64S( mkexpr(abOdd), &ab6, &ab4, &ab2, &ab0 ); local
    [all...]

Completed in 206 milliseconds