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

/external/skia/tests/
H A DPathOpsConicQuadIntersectionTest.cpp53 double tt2 = i[1][pt]; local
54 SkDPoint xy2 = quad.ptAtT(tt2);
57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicConicIntersectionTest.cpp57 double tt2 = i[1][pt]; local
58 SkDPoint xy2 = conic.ptAtT(tt2);
61 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp81 double tt2 = i[1][pt]; local
82 SkDPoint xy2 = quad.ptAtT(tt2);
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsConicLineIntersectionTest.cpp134 double tt2 = intersections[1][pt]; local
135 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
136 SkDPoint t2 = line.ptAtT(tt2);
139 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsCubicLineIntersectionTest.cpp152 double tt2 = i[1][pt]; local
153 SkDPoint xy2 = line.ptAtT(tt2);
156 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsQuadLineIntersectionTest.cpp139 double tt2 = intersections[1][pt]; local
140 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
141 SkDPoint t2 = line.ptAtT(tt2);
144 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsConicIntersectionTest.cpp320 double tt1, tt2; local
325 tt2 = intersections[1][pt3];
326 xy2 = c2.ptAtT(tt2);
H A DPathOpsQuadIntersectionTest.cpp45 double tt2 = intersections[1][pt]; local
46 SkDPoint xy2 = quad2.ptAtT(tt2);
50 tt2, xy2.fX, xy2.fY);
349 double tt2 = intersections[1][pt]; local
350 SkDPoint xy2 = quad2.ptAtT(tt2);
354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
359 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
402 double tt2 = intersections2[1][pt]; local
404 SkDPoint pt2 = quad2.ptAtT(tt2);
H A DPathOpsCubicIntersectionTest.cpp60 double tt2 = tIntersections[1][pt]; local
61 SkDPoint xy2 = c2.ptAtT(tt2);
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
417 double tt1, tt2; local
422 tt2 = intersections[1][pt3];
423 xy2 = c2.ptAtT(tt2);
428 iPt.fY, xy2.fX, xy2.fY, tt2);
518 double tt2 = intersections2[1][pt]; local
519 SkDPoint xy2 = c2.ptAtT(tt2);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.c149 int16x8_t tt0, tt1, tt2, tt3; local
161 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
165 s2 = vget_low_s16(tt2);
169 s6 = vget_high_s16(tt2);
181 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
185 s9 = vget_low_s16(tt2);
414 int16x8_t tt0, tt1, tt2, tt3; local
427 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
431 s2 = vget_low_s16(tt2);
435 s6 = vget_high_s16(tt2);
[all...]
/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 359 milliseconds