Searched defs:tt1 (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicConicIntersectionTest.cpp51 double tt1 = i[0][pt]; local
52 SkDPoint xy1 = cubic.ptAtT(tt1);
57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp75 double tt1 = i[0][pt]; local
76 SkDPoint xy1 = cubic.ptAtT(tt1);
81 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsConicLineIntersectionTest.cpp124 double tt1 = intersections[0][pt]; local
125 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
126 SkDPoint t1 = conic.ptAtT(tt1);
132 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsCubicLineIntersectionTest.cpp146 double tt1 = i[0][pt]; local
147 SkDPoint xy1 = cubic.ptAtT(tt1);
152 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsQuadLineIntersectionTest.cpp132 double tt1 = intersections[0][pt]; local
133 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
134 SkDPoint t1 = quad.ptAtT(tt1);
140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsConicIntersectionTest.cpp315 double tt1, tt2; local
318 tt1 = intersections[0][pt3];
319 xy1 = c1.ptAtT(tt1);
H A DPathOpsQuadIntersectionTest.cpp39 double tt1 = intersections[0][pt]; local
40 SkDPoint xy1 = quad1.ptAtT(tt1);
45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY,
333 double tt1 = intersections[0][pt]; local
334 SkDPoint xy1 = quad1.ptAtT(tt1);
340 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
345 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
383 double tt1 = intersections2[0][pt]; local
385 SkDPoint pt1 = quad1.ptAtT(tt1);
H A DPathOpsCubicIntersectionTest.cpp55 double tt1 = tIntersections[0][pt]; local
56 SkDPoint xy1 = cubic1.ptAtT(tt1);
61 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
408 double tt1, tt2; local
411 tt1 = intersections[0][pt3];
412 xy1 = cubic1.ptAtT(tt1);
418 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
504 double tt1 = intersections2[0][pt]; local
505 SkDPoint xy1 = cubic1.ptAtT(tt1);
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp355 template<class> class tt1 {}; class
357 void set12(class_template_templates<tt1, tt1>) {}
360 set12(class_template_templates<tt1, tt1, tt1>());
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
365 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<[2 * ...], template tt1>' to 'class_template_templates<[2 * ...], template (no argument)>' 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, templat
[all...]
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp299 UDate tt0, tt1; local
301 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1);
318 if (tt0 < tt1) {
326 final0->time = tt1;
329 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
/external/opencv/cv/src/
H A Dcvfundam.cpp893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local
897 T1.data.db = tt1;
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c5255 UInt tt1 = INSN(4,0); local
5256 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) {
5313 putQReg128(tt1, mkV128(0x0000));
5315 putQRegLO(tt1,
5324 getQRegLO(tt1, ty));
5350 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty),

Completed in 1480 milliseconds