HomeSort by relevance Sort by last modified time
    Searched refs:tt2 (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection_Test.cpp 48 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);
QuadraticIntersection_Test.cpp 39 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 = intersections2.fT[1][pt])
    [all...]
LineQuadraticIntersection_Test.cpp 120 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);
CubicIntersection_Test.cpp 49 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, xy2.x, xy2.y)
322 double tt1, tt2, last = -1; local
609 double tt2 = intersections2.fT[1][pt2]; local
    [all...]
  /external/skia/experimental/Intersection/
LineCubicIntersection_Test.cpp 48 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);
QuadraticIntersection_Test.cpp 39 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 = intersections2.fT[1][pt])
    [all...]
LineQuadraticIntersection_Test.cpp 120 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);
CubicIntersection_Test.cpp 49 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, xy2.x, xy2.y)
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/
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 31 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.Im
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 31 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.Im
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 91 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.Im
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 91 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.Im
    [all...]
x86SP_SSE_Math.h 348 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, Tw2, T2)
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 135 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);
PathOpsQuadIntersectionTest.cpp 41 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);
PathOpsCubicIntersectionTest.cpp 54 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);
PathOpsCubicLineIntersectionTest.cpp 142 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);
PathOpsCubicQuadIntersectionTest.cpp 84 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/
PathOpsQuadLineIntersectionTest.cpp 135 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);
PathOpsQuadIntersectionTest.cpp 41 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);
PathOpsCubicIntersectionTest.cpp 54 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);
PathOpsCubicLineIntersectionTest.cpp 142 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);
PathOpsCubicQuadIntersectionTest.cpp 84 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/
diag-template-diffing.cpp 356 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],
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 3759 UInt tt2 = INSN(14,10); local
    [all...]

Completed in 449 milliseconds