Searched refs:tt2 (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection_Test.cpp48 double tt2 = range2[pt]; local
50 xy_at_t(line, tt2, tx2, ty2);
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
H A DQuadraticIntersection_Test.cpp39 double tt2 = intersections.fT[1][pt]; local
41 xy_at_t(quad2, tt2, tx2, ty2);
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
216 double tt2 = intersections2.fT[1][pt2]; local
218 xy_at_t(quad2, tt2, tx2, ty2);
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
231 outer, inner, tt1, tx1, ty1, tt2);
268 SkDEBUGCODE(double tt2
[all...]
H A DLineQuadraticIntersection_Test.cpp120 double tt2 = intersections.fT[1][pt]; local
121 SkASSERT(tt2 >= 0 && tt2 <= 1);
122 xy_at_t(line, tt2, t2.x, t2.y);
125 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y);
130 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y);
H A DCubicIntersection_Test.cpp49 double tt2 = tIntersections.fT[1][pt]; local
51 xy_at_t(cubic2, tt2, tx2, ty2);
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
232 double tt1, tt2, last = -1;
240 tt2 = intersections2.fT[1][pt2];
241 xy_at_t(cubic2, tt2, xy2.x, xy2.y);
245 intersections2.fPt[pt1].y, xy2.x, xy2.y, tt2);
275 tt2 = intersections3.fT[1][pt2];
276 xy_at_t(cubic2, tt2, xy
322 double tt1, tt2, last = -1; local
609 double tt2 = intersections2.fT[1][pt2]; local
[all...]
/external/skia/experimental/Intersection/
H A DLineCubicIntersection_Test.cpp48 double tt2 = range2[pt]; local
50 xy_at_t(line, tt2, tx2, ty2);
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
H A DQuadraticIntersection_Test.cpp39 double tt2 = intersections.fT[1][pt]; local
41 xy_at_t(quad2, tt2, tx2, ty2);
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
216 double tt2 = intersections2.fT[1][pt2]; local
218 xy_at_t(quad2, tt2, tx2, ty2);
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
231 outer, inner, tt1, tx1, ty1, tt2);
268 SkDEBUGCODE(double tt2
[all...]
H A DLineQuadraticIntersection_Test.cpp120 double tt2 = intersections.fT[1][pt]; local
121 SkASSERT(tt2 >= 0 && tt2 <= 1);
122 xy_at_t(line, tt2, t2.x, t2.y);
125 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y);
130 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y);
H A DCubicIntersection_Test.cpp49 double tt2 = tIntersections.fT[1][pt]; local
51 xy_at_t(cubic2, tt2, tx2, ty2);
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
232 double tt1, tt2, last = -1;
240 tt2 = intersections2.fT[1][pt2];
241 xy_at_t(cubic2, tt2, xy2.x, xy2.y);
245 intersections2.fPt[pt1].y, xy2.x, xy2.y, tt2);
275 tt2 = intersections3.fT[1][pt2];
276 xy_at_t(cubic2, tt2, xy
322 double tt1, tt2, last = -1; local
609 double tt2 = intersections2.fT[1][pt2]; local
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c31 OMX_FC32 tt2; local
48 // CMUL tt2, tw2, in2
49 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n];
50 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0];
56 // CADD t0, in0, tt2
57 t0.Re = in0[0] + tt2.Re;
58 t0.Im = in0[n] + tt2.Im;
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls.c31 OMX_FC32 tt2; local
48 // CMUL tt2, Tw2, in2
49 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n];
50 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0];
56 // CADD t0, in0, tt2
57 t0.Re = in0[0] + tt2.Re;
58 t0.Im = in0[n] + tt2.Im;
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2
[all...]
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c91 OMX_FC32 tt2; local
106 // CMUL tt2, Tw2, in2
107 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n];
108 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0];
114 // CADD t0, in0, tt2
115 t0.Re = in0[0] + tt2.Re;
116 t0.Im = in0[n] + tt2.Im;
118 // CSUB t1, in0, tt2
119 t1.Re = in0[0] - tt2.Re;
120 t1.Im = in0[n] - tt2
[all...]
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c91 OMX_FC32 tt2; local
106 // CMUL tt2, Tw2, in2
107 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n];
108 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0];
114 // CADD t0, in0, tt2
115 t0.Re = in0[0] + tt2.Re;
116 t0.Im = in0[n] + tt2.Im;
118 // CSUB t1, in0, tt2
119 t1.Re = in0[0] - tt2.Re;
120 t1.Im = in0[n] - tt2
[all...]
H A Dx86SP_SSE_Math.h348 VC tt1, tt2, tt3; local
353 /* CMUL tt2, Tw2, T2 */
354 VC_MUL(&tt2, Tw2, T2);
359 /* CADD t0, T0, tt2 */
360 VC_ADD(t0, T0, &tt2);
362 /* CSUB t1, T0, tt2 */
363 VC_SUB(t1, T0, &tt2);
385 VC tt1, tt2, tt3; local
390 /* CMUL tt2, Tw2, T2 */
391 VC_CONJ_MUL(&tt2, Tw
[all...]
/external/chromium_org/third_party/skia/tests/
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 DPathOpsQuadIntersectionTest.cpp41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
277 double tt2 = intersections2[1][pt]; local
278 SkDPoint xy2 = quad2.ptAtT(tt2);
282 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
287 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
328 double tt2 = intersections2[1][pt]; local
330 SkDPoint pt2 = quad2.ptAtT(tt2);
H A DPathOpsCubicIntersectionTest.cpp54 double tt2 = tIntersections[1][pt]; local
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
346 double tt1, tt2; local
351 tt2 = intersections[1][pt3];
352 xy2 = cubic2.ptAtT(tt2);
357 iPt.fY, xy2.fX, xy2.fY, tt2);
438 double tt2 = intersections2[1][pt]; local
439 SkDPoint xy2 = cubic2.ptAtT(tt2);
H A DPathOpsCubicLineIntersectionTest.cpp142 double tt2 = i[1][pt]; local
143 SkDPoint xy2 = line.ptAtT(tt2);
146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp84 double tt2 = i[1][pt]; local
85 SkDPoint xy2 = quad.ptAtT(tt2);
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
/external/skia/tests/
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 DPathOpsQuadIntersectionTest.cpp41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
274 double tt2 = intersections2[1][pt]; local
275 SkDPoint xy2 = quad2.ptAtT(tt2);
279 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
284 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
325 double tt2 = intersections2[1][pt]; local
327 SkDPoint pt2 = quad2.ptAtT(tt2);
H A DPathOpsCubicIntersectionTest.cpp54 double tt2 = tIntersections[1][pt]; local
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
346 double tt1, tt2; local
351 tt2 = intersections[1][pt3];
352 xy2 = cubic2.ptAtT(tt2);
357 iPt.fY, xy2.fX, xy2.fY, tt2);
438 double tt2 = intersections2[1][pt]; local
439 SkDPoint xy2 = cubic2.ptAtT(tt2);
H A DPathOpsCubicLineIntersectionTest.cpp142 double tt2 = i[1][pt]; local
143 SkDPoint xy2 = line.ptAtT(tt2);
146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp84 double tt2 = i[1][pt]; local
85 SkDPoint xy2 = quad.ptAtT(tt2);
88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
/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/main/VEX/priv/
H A Dguest_arm64_toIR.c3759 UInt tt2 = INSN(14,10); local
3762 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) {
3823 putQReg128(tt2, mkV128(0x0000));
3825 putQRegLO(tt2,
3831 getQRegLO(tt2, ty));
3852 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty),

Completed in 2410 milliseconds