Searched defs:tt2 (Results 1 - 22 of 22) 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);
418 double tt1, tt2; local
423 tt2 = intersections[1][pt3];
424 xy2 = c2.ptAtT(tt2);
429 iPt.fY, xy2.fX, xy2.fY, tt2);
519 double tt2 = intersections2[1][pt]; local
520 SkDPoint xy2 = c2.ptAtT(tt2);
/external/skqp/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.c77 int16x8_t tt0, tt1, tt2, tt3; local
89 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
93 s2 = vget_low_s16(tt2);
97 s6 = vget_high_s16(tt2);
109 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
113 s9 = vget_low_s16(tt2);
330 int16x8_t tt0, tt1, tt2, tt3; local
343 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2));
347 s2 = vget_low_s16(tt2);
351 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_arm_toIR.c13277 UInt tt2 = 16; // invalid local
13288 tt2 = INSN(11,8);
13292 if (szBlg2 < BITS2(1,1) && tt2 != BITS4(1,1,1,1)) gate = False;
13295 if (szBlg2 < BITS2(1,1)) tt2 = 16;
13338 if (! (tt != 13 && tt != 15 && tt2 != 13 && tt2 != 15
13339 && tt != tt2 && nn != 15)) gate = False;
13349 && tt2 != 13 && tt2 != 15 && nn != 15 && dd != nn
13350 && dd != tt && dd != tt2)) gat
[all...]
H A Dguest_arm64_toIR.c5409 UInt tt2 = INSN(14,10); local
5412 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) {
5474 putQReg128(tt2, mkV128(0x0000));
5476 putQRegLO(tt2,
5482 getQRegLO(tt2, ty));
5506 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty),

Completed in 532 milliseconds