Home
last modified time | relevance | path

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

12

/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp45 double tt2 = intersections[1][pt]; in standardTestCases() local
46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases()
50 tt2, xy2.fX, xy2.fY); in standardTestCases()
349 double tt2 = intersections[1][pt]; in oneOffTest1() local
350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1()
354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
359 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1()
402 double tt2 = intersections2[1][pt]; in coincidentTestOne() local
404 SkDPoint pt2 = quad2.ptAtT(tt2); in coincidentTestOne()
DPathOpsQuadLineIntersectionTest.cpp143 double tt2 = intersections[1][pt]; in DEF_TEST() local
144 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST()
145 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST()
148 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp138 double tt2 = intersections[1][pt]; in DEF_TEST() local
139 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST()
140 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST()
143 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsCubicQuadIntersectionTest.cpp81 double tt2 = i[1][pt]; in cubicQuadIntersection() local
82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection()
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
DPathOpsConicQuadIntersectionTest.cpp60 double tt2 = i[1][pt]; in conicQuadIntersection() local
61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection()
64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp71 double tt2 = i[1][pt]; in cubicConicIntersection() local
72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection()
75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection()
DPathOpsCubicIntersectionTest.cpp60 double tt2 = tIntersections[1][pt]; in standardTestCases() local
61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases()
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases()
418 double tt1, tt2; in oneOff() local
423 tt2 = intersections[1][pt3]; in oneOff()
424 xy2 = c2.ptAtT(tt2); in oneOff()
429 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff()
519 double tt2 = intersections2[1][pt]; in CubicIntersection_RandTest() local
520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest()
DPathOpsCubicLineIntersectionTest.cpp156 double tt2 = i[1][pt]; in testOne() local
157 SkDPoint xy2 = line.ptAtT(tt2); in testOne()
160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
DPathOpsConicIntersectionTest.cpp318 double tt1, tt2; in oneOff() local
323 tt2 = intersections[1][pt3]; in oneOff()
324 xy2 = c2.ptAtT(tt2); in oneOff()
/external/skqp/tests/
DPathOpsQuadIntersectionTest.cpp45 double tt2 = intersections[1][pt]; in standardTestCases() local
46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases()
50 tt2, xy2.fX, xy2.fY); in standardTestCases()
349 double tt2 = intersections[1][pt]; in oneOffTest1() local
350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1()
354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
359 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1()
402 double tt2 = intersections2[1][pt]; in coincidentTestOne() local
404 SkDPoint pt2 = quad2.ptAtT(tt2); in coincidentTestOne()
DPathOpsQuadLineIntersectionTest.cpp143 double tt2 = intersections[1][pt]; in DEF_TEST() local
144 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST()
145 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST()
148 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp138 double tt2 = intersections[1][pt]; in DEF_TEST() local
139 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1); in DEF_TEST()
140 SkDPoint t2 = line.ptAtT(tt2); in DEF_TEST()
143 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsCubicQuadIntersectionTest.cpp81 double tt2 = i[1][pt]; in cubicQuadIntersection() local
82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection()
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
DPathOpsConicQuadIntersectionTest.cpp60 double tt2 = i[1][pt]; in conicQuadIntersection() local
61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection()
64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp71 double tt2 = i[1][pt]; in cubicConicIntersection() local
72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection()
75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection()
DPathOpsCubicIntersectionTest.cpp60 double tt2 = tIntersections[1][pt]; in standardTestCases() local
61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases()
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases()
418 double tt1, tt2; in oneOff() local
423 tt2 = intersections[1][pt3]; in oneOff()
424 xy2 = c2.ptAtT(tt2); in oneOff()
429 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff()
519 double tt2 = intersections2[1][pt]; in CubicIntersection_RandTest() local
520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest()
DPathOpsCubicLineIntersectionTest.cpp156 double tt2 = i[1][pt]; in testOne() local
157 SkDPoint xy2 = line.ptAtT(tt2); in testOne()
160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
DPathOpsConicIntersectionTest.cpp320 double tt1, tt2; in oneOff() local
325 tt2 = intersections[1][pt3]; in oneOff()
326 xy2 = c2.ptAtT(tt2); in oneOff()
/external/libaom/libaom/av1/common/arm/
Dwiener_convolve_neon.c243 int16x8_t tt0, tt1, tt2, tt3; in av1_wiener_convolve_add_src_neon() local
264 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in av1_wiener_convolve_add_src_neon()
269 s2 = vget_low_s16(tt2); /*pa2 pb2 pc2 pd2 */ in av1_wiener_convolve_add_src_neon()
273 s6 = vget_high_s16(tt2); /*pa6 pb6 pc6 pd6 */ in av1_wiener_convolve_add_src_neon()
290 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in av1_wiener_convolve_add_src_neon()
295 s9 = vget_low_s16(tt2); /*pa9 pb9 pc9 pd9 */ in av1_wiener_convolve_add_src_neon()
299 s13 = vget_high_s16(tt2); /*pa13 pb13 pc13 pd13 */ in av1_wiener_convolve_add_src_neon()
373 tt2 = vreinterpretq_s16_u16(vaddl_u8(t2, t4)); in av1_wiener_convolve_add_src_neon()
375 d0 = wiener_convolve8_horiz_8x8(tt0, tt1, tt2, tt3, filter_x_tmp, bd, in av1_wiener_convolve_add_src_neon()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java55 int[] tt2 = Nat.create(24); in add() local
71 U2 = tt2; in add()
137 Nat384.mul(Y3.x, R, tt2); in add()
138 SecP384R1Field.addExt(tt1, tt2, tt1); in add()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java51 int[] tt2 = Nat.create(24); in add() local
67 U2 = tt2; in add()
133 Nat384.mul(Y3.x, R, tt2); in add()
134 SecP384R1Field.addExt(tt1, tt2, tt1); in add()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java55 int[] tt2 = Nat.create(24); in add() local
71 U2 = tt2; in add()
137 Nat384.mul(Y3.x, R, tt2); in add()
138 SecP384R1Field.addExt(tt1, tt2, tt1); in add()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c77 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_horiz_neon() local
89 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in vpx_convolve8_horiz_neon()
93 s2 = vget_low_s16(tt2); in vpx_convolve8_horiz_neon()
97 s6 = vget_high_s16(tt2); in vpx_convolve8_horiz_neon()
109 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in vpx_convolve8_horiz_neon()
113 s9 = vget_low_s16(tt2); in vpx_convolve8_horiz_neon()
330 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_avg_horiz_neon() local
343 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in vpx_convolve8_avg_horiz_neon()
347 s2 = vget_low_s16(tt2); in vpx_convolve8_avg_horiz_neon()
351 s6 = vget_high_s16(tt2); in vpx_convolve8_avg_horiz_neon()
[all …]
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp654 char* tt2 = NULL; in GetModuleListPSAPI() local
675 tt2 = (char*)malloc(sizeof(char) * TTBUFLEN); in GetModuleListPSAPI()
676 if ((hMods == NULL) || (tt == NULL) || (tt2 == NULL)) in GetModuleListPSAPI()
699 tt2[0] = 0; in GetModuleListPSAPI()
700 pGMBN(hProcess, hMods[i], tt2, TTBUFLEN); in GetModuleListPSAPI()
702 DWORD dwRes = this->LoadModule(hProcess, tt, tt2, (DWORD64)mi.lpBaseOfDll, mi.SizeOfImage); in GetModuleListPSAPI()
711 if (tt2 != NULL) in GetModuleListPSAPI()
712 free(tt2); in GetModuleListPSAPI()
/external/llvm-project/clang/test/CXX/drs/
Ddr13xx.cpp60 …TT<W<int>::template W> tt2; // expected-error {{qualified reference to 'W' is a constructor name}}… in w_test()
76 TTy<typename W::W> tt2; // expected-error {{qualified reference to 'W' is a constructor name}} in wt_test() local

12