Searched defs:tt2 (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicConicIntersectionTest.cpp53 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);
H A DPathOpsCubicQuadIntersectionTest.cpp77 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);
H A DPathOpsConicLineIntersectionTest.cpp127 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);
H A DPathOpsCubicLineIntersectionTest.cpp148 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);
H A DPathOpsQuadLineIntersectionTest.cpp135 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);
H A DPathOpsConicIntersectionTest.cpp315 double tt1, tt2; local
320 tt2 = intersections[1][pt3];
321 xy2 = c2.ptAtT(tt2);
H A DPathOpsQuadIntersectionTest.cpp41 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);
H A DPathOpsCubicIntersectionTest.cpp57 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/clang/test/Misc/
H A Ddiag-template-diffing.cpp356 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],
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c5253 UInt tt2 = INSN(14,10); local
5256 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) {
5318 putQReg128(tt2, mkV128(0x0000));
5320 putQRegLO(tt2,
5326 getQRegLO(tt2, ty));
5350 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty),

Completed in 195 milliseconds