/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/ |
D | x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c | 31 OMX_FC32 tt2; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() local 49 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() 50 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() 57 t0.Re = in0[0] + tt2.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() 58 t0.Im = in0[n] + tt2.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() 61 t1.Re = in0[0] - tt2.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() 62 t1.Im = in0[n] - tt2.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
|
D | x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c | 31 OMX_FC32 tt2; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() local 49 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() 50 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() 57 t0.Re = in0[0] + tt2.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() 58 t0.Im = in0[n] + tt2.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() 61 t1.Re = in0[0] - tt2.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() 62 t1.Im = in0[n] - tt2.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
|
D | x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c | 91 OMX_FC32 tt2; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() local 107 tt2.Re = tw2[0] * in2[0] - tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() 108 tt2.Im = tw2[0] * in2[n] + tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() 115 t0.Re = in0[0] + tt2.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() 116 t0.Im = in0[n] + tt2.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() 119 t1.Re = in0[0] - tt2.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() 120 t1.Im = in0[n] - tt2.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
|
D | x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c | 91 OMX_FC32 tt2; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() local 107 tt2.Re = tw2[0] * in2[0] + tw2[n_mul_2] * in2[n]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() 108 tt2.Im = tw2[0] * in2[n] - tw2[n_mul_2] * in2[0]; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() 115 t0.Re = in0[0] + tt2.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() 116 t0.Im = in0[n] + tt2.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() 119 t1.Re = in0[0] - tt2.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() 120 t1.Im = in0[n] - tt2.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
|
D | x86SP_SSE_Math.h | 348 VC tt1, tt2, tt3; in RADIX4_FWD_BUTTERFLY() local 354 VC_MUL(&tt2, Tw2, T2); in RADIX4_FWD_BUTTERFLY() 360 VC_ADD(t0, T0, &tt2); in RADIX4_FWD_BUTTERFLY() 363 VC_SUB(t1, T0, &tt2); in RADIX4_FWD_BUTTERFLY() 385 VC tt1, tt2, tt3; in RADIX4_INV_BUTTERFLY() local 391 VC_CONJ_MUL(&tt2, Tw2, T2); in RADIX4_INV_BUTTERFLY() 397 VC_ADD(t0, T0, &tt2); in RADIX4_INV_BUTTERFLY() 400 VC_SUB(t1, T0, &tt2); in RADIX4_INV_BUTTERFLY()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticIntersection_Test.cpp | 39 double tt2 = intersections.fT[1][pt]; in standardTestCases() local 41 xy_at_t(quad2, tt2, tx2, ty2); in standardTestCases() 44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 216 double tt2 = intersections2.fT[1][pt2]; in oneOffTest1() local 218 xy_at_t(quad2, tt2, tx2, ty2); in oneOffTest1() 221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2); in oneOffTest1() 226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2); in oneOffTest1() 231 outer, inner, tt1, tx1, ty1, tt2); in oneOffTest1() 268 SkDEBUGCODE(double tt2 = intersections2.fT[1][pt]); in coincidentTest() [all …]
|
D | LineCubicIntersection_Test.cpp | 48 double tt2 = range2[pt]; in LineCubicIntersection_Test() local 50 xy_at_t(line, tt2, tx2, ty2); in LineCubicIntersection_Test() 53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in LineCubicIntersection_Test() 57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in LineCubicIntersection_Test()
|
D | CubicIntersection_Test.cpp | 49 double tt2 = tIntersections.fT[1][pt]; in standardTestCases() local 51 xy_at_t(cubic2, tt2, tx2, ty2); in standardTestCases() 54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 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); [all …]
|
D | LineQuadraticIntersection_Test.cpp | 120 double tt2 = intersections.fT[1][pt]; in LineQuadraticIntersection_Test() local 121 SkASSERT(tt2 >= 0 && tt2 <= 1); in LineQuadraticIntersection_Test() 122 xy_at_t(line, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test() 125 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test() 130 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test()
|
/external/skia/experimental/Intersection/ |
D | QuadraticIntersection_Test.cpp | 39 double tt2 = intersections.fT[1][pt]; in standardTestCases() local 41 xy_at_t(quad2, tt2, tx2, ty2); in standardTestCases() 44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 216 double tt2 = intersections2.fT[1][pt2]; in oneOffTest1() local 218 xy_at_t(quad2, tt2, tx2, ty2); in oneOffTest1() 221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2); in oneOffTest1() 226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2); in oneOffTest1() 231 outer, inner, tt1, tx1, ty1, tt2); in oneOffTest1() 268 SkDEBUGCODE(double tt2 = intersections2.fT[1][pt]); in coincidentTest() [all …]
|
D | LineCubicIntersection_Test.cpp | 48 double tt2 = range2[pt]; in LineCubicIntersection_Test() local 50 xy_at_t(line, tt2, tx2, ty2); in LineCubicIntersection_Test() 53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in LineCubicIntersection_Test() 57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in LineCubicIntersection_Test()
|
D | CubicIntersection_Test.cpp | 49 double tt2 = tIntersections.fT[1][pt]; in standardTestCases() local 51 xy_at_t(cubic2, tt2, tx2, ty2); in standardTestCases() 54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2); in standardTestCases() 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); [all …]
|
D | LineQuadraticIntersection_Test.cpp | 120 double tt2 = intersections.fT[1][pt]; in LineQuadraticIntersection_Test() local 121 SkASSERT(tt2 >= 0 && tt2 <= 1); in LineQuadraticIntersection_Test() 122 xy_at_t(line, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test() 125 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test() 130 __FUNCTION__, (int)index, pt, tt1, t1.x, t1.y, tt2, t2.x, t2.y); in LineQuadraticIntersection_Test()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 41 double tt2 = intersections[1][pt]; in standardTestCases() local 42 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() 46 tt2, xy2.fX, xy2.fY); in standardTestCases() 277 double tt2 = intersections2[1][pt]; in oneOffTest1() local 278 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() 282 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1() 287 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1() 328 double tt2 = intersections2[1][pt]; in coincidentTestOne() local 330 SkDPoint pt2 = quad2.ptAtT(tt2); in coincidentTestOne()
|
D | PathOpsQuadLineIntersectionTest.cpp | 135 double tt2 = intersections[1][pt]; in DEF_TEST() local 136 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST() 137 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST() 140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
|
D | PathOpsCubicIntersectionTest.cpp | 54 double tt2 = tIntersections[1][pt]; in standardTestCases() local 55 SkDPoint xy2 = cubic2.ptAtT(tt2); in standardTestCases() 58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 346 double tt1, tt2; in oneOff() local 351 tt2 = intersections[1][pt3]; in oneOff() 352 xy2 = cubic2.ptAtT(tt2); in oneOff() 357 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 438 double tt2 = intersections2[1][pt]; in CubicIntersection_RandTest() local 439 SkDPoint xy2 = cubic2.ptAtT(tt2); in CubicIntersection_RandTest()
|
D | PathOpsCubicLineIntersectionTest.cpp | 142 double tt2 = i[1][pt]; in testOne() local 143 SkDPoint xy2 = line.ptAtT(tt2); in testOne() 146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 84 double tt2 = i[1][pt]; in cubicQuadIntersection() local 85 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() 88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 41 double tt2 = intersections[1][pt]; in standardTestCases() local 42 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() 46 tt2, xy2.fX, xy2.fY); in standardTestCases() 274 double tt2 = intersections2[1][pt]; in oneOffTest1() local 275 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() 279 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1() 284 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1() 325 double tt2 = intersections2[1][pt]; in coincidentTestOne() local 327 SkDPoint pt2 = quad2.ptAtT(tt2); in coincidentTestOne()
|
D | PathOpsQuadLineIntersectionTest.cpp | 135 double tt2 = intersections[1][pt]; in DEF_TEST() local 136 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST() 137 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST() 140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
|
D | PathOpsCubicIntersectionTest.cpp | 54 double tt2 = tIntersections[1][pt]; in standardTestCases() local 55 SkDPoint xy2 = cubic2.ptAtT(tt2); in standardTestCases() 58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 346 double tt1, tt2; in oneOff() local 351 tt2 = intersections[1][pt3]; in oneOff() 352 xy2 = cubic2.ptAtT(tt2); in oneOff() 357 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 438 double tt2 = intersections2[1][pt]; in CubicIntersection_RandTest() local 439 SkDPoint xy2 = cubic2.ptAtT(tt2); in CubicIntersection_RandTest()
|
D | PathOpsCubicLineIntersectionTest.cpp | 142 double tt2 = i[1][pt]; in testOne() local 143 SkDPoint xy2 = line.ptAtT(tt2); in testOne() 146 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 84 double tt2 = i[1][pt]; in cubicQuadIntersection() local 85 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() 88 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | temptrigger.test | 167 CREATE TEMP TABLE tt2(a, b); 169 INSERT INTO tt2 VALUES(new.a, new.b); 181 execsql { SELECT * FROM tt2 } 192 execsql { SELECT * FROM tt2 }
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 356 template<class> class tt2 {}; class 359 set12(class_template_templates<tt2>()); in test12()
|