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

  /external/skia/tests/
PathOpsCubicConicIntersectionTest.cpp 53 double tt2 = i[1][pt]; local
54 SkDPoint xy2 = conic.ptAtT(tt2);
57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsCubicQuadIntersectionTest.cpp 77 double tt2 = i[1][pt]; local
78 SkDPoint xy2 = quad.ptAtT(tt2);
81 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsConicLineIntersectionTest.cpp 127 double tt2 = intersections[1][pt]; local
128 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
129 SkDPoint t2 = line.ptAtT(tt2);
132 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsCubicLineIntersectionTest.cpp 148 double tt2 = i[1][pt]; local
149 SkDPoint xy2 = line.ptAtT(tt2);
152 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
PathOpsQuadLineIntersectionTest.cpp 135 double tt2 = intersections[1][pt]; local
136 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
137 SkDPoint t2 = line.ptAtT(tt2);
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
PathOpsConicIntersectionTest.cpp 315 double tt1, tt2; local
320 tt2 = intersections[1][pt3];
321 xy2 = c2.ptAtT(tt2);
PathOpsQuadIntersectionTest.cpp 41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
335 double tt2 = intersections[1][pt]; local
336 SkDPoint xy2 = quad2.ptAtT(tt2);
340 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
345 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
384 double tt2 = intersections2[1][pt]; local
386 SkDPoint pt2 = quad2.ptAtT(tt2);
PathOpsCubicIntersectionTest.cpp 57 double tt2 = tIntersections[1][pt]; local
58 SkDPoint xy2 = cubic2.ptAtT(tt2);
61 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
408 double tt1, tt2; local
413 tt2 = intersections[1][pt3];
414 xy2 = cubic2.ptAtT(tt2);
419 iPt.fY, xy2.fX, xy2.fY, tt2);
506 double tt2 = intersections2[1][pt]; local
507 SkDPoint xy2 = cubic2.ptAtT(tt2);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Point.java 92 int[] tt2 = Nat.create(24); local
108 U2 = tt2;
174 Nat384.mul(Y3.x, R, tt2);
175 SecP384R1Field.addExt(tt1, tt2, tt1);
  /external/clang/test/Misc/
diag-template-diffing.cpp 356 template<class> class tt2 {}; class
359 set12(class_template_templates<tt2>());
363 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
367 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
373 // CHECK-ELIDE-TREE: [template tt2 != template tt1],
383 // CHECK-NOELIDE-TREE: [template tt2 != template tt1],
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 5253 UInt tt2 = INSN(14,10); local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 161 milliseconds