Home
last modified time | relevance | path

Searched refs:tt2 (Results 1 – 25 of 35) 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()
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()
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()
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()
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()
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/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()
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()
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()
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()
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()
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/epid-sdk/epid/common/math/src/
Dtatepairing.c324 FfElement* tt2 = NULL; in Epid11Pairing() local
437 result = NewFfElement(ps->ff, &tt2); in Epid11Pairing()
517 result = Fq6FromFq(ps->ff, ps->Fq, t2, tt2); in Epid11Pairing()
519 result = FfMul(ps->ff, pQx, tt2, tt1); // tt1 = w * Z^2 * Qx in Epid11Pairing()
529 result = Fq6FromFq(ps->ff, ps->Fq, ty, tt2); in Epid11Pairing()
531 result = FfMul(ps->ff, pQy, tt2, tx); // tx = ty * Qy in Epid11Pairing()
535 result = Fq6FromFq(ps->ff, ps->Fq, t2, tt2); in Epid11Pairing()
537 result = FfAdd(ps->ff, tx, tt2, in Epid11Pairing()
605 result = Fq6FromFq(ps->ff, ps->Fq, py, tt2); in Epid11Pairing()
607 result = FfSub(ps->ff, pQy, tt2, tx); // tx = Qy - py in Epid11Pairing()
[all …]
/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()
Djnt_convolve_neon.c342 int16x8_t tt1, tt2, tt3; in dist_wtd_convolve_2d_horiz_neon() local
357 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in dist_wtd_convolve_2d_horiz_neon()
361 s2 = vget_low_s16(tt2); in dist_wtd_convolve_2d_horiz_neon()
365 s6 = vget_high_s16(tt2); in dist_wtd_convolve_2d_horiz_neon()
376 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in dist_wtd_convolve_2d_horiz_neon()
380 s9 = vget_low_s16(tt2); in dist_wtd_convolve_2d_horiz_neon()
940 int16x8_t tt1, tt2, tt3; in av1_dist_wtd_convolve_x_neon() local
966 tt2 = vreinterpretq_s16_u16(vmovl_u8(t2)); in av1_dist_wtd_convolve_x_neon()
970 s2 = vget_low_s16(tt2); in av1_dist_wtd_convolve_x_neon()
974 s6 = vget_high_s16(tt2); in av1_dist_wtd_convolve_x_neon()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java96 int[] tt2 = Nat.create(24); in add() local
112 U2 = tt2; in add()
178 Nat384.mul(Y3.x, R, tt2); in add()
179 SecP384R1Field.addExt(tt1, tt2, tt1); in add()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java92 int[] tt2 = Nat.create(24); in add() local
108 U2 = tt2; in add()
174 Nat384.mul(Y3.x, R, tt2); in add()
175 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/llvm/test/CodeGen/X86/
Dmmx-fold-load.ll172 define i64 @tt2(x86_mmx %t, x86_mmx* %q) {
173 ; CHECK-LABEL: tt2:

12