Home
last modified time | relevance | path

Searched refs:tt1 (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp43 double tt1 = intersections[0][pt]; in standardTestCases() local
44 SkDPoint xy1 = quad1.ptAtT(tt1); in standardTestCases()
49 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, in standardTestCases()
347 double tt1 = intersections[0][pt]; in oneOffTest1() local
348 SkDPoint xy1 = quad1.ptAtT(tt1); 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()
401 double tt1 = intersections2[0][pt]; in coincidentTestOne() local
403 SkDPoint pt1 = quad1.ptAtT(tt1); in coincidentTestOne()
DPathOpsQuadLineIntersectionTest.cpp136 double tt1 = intersections[0][pt]; in DEF_TEST() local
137 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); in DEF_TEST()
138 SkDPoint t1 = quad.ptAtT(tt1); in DEF_TEST()
144 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp131 double tt1 = intersections[0][pt]; in DEF_TEST() local
132 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); in DEF_TEST()
133 SkDPoint t1 = conic.ptAtT(tt1); in DEF_TEST()
139 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
DPathOpsConicQuadIntersectionTest.cpp51 double tt1 = i[0][pt]; in conicQuadIntersection() local
52 SkDPoint xy1 = conic.ptAtT(tt1); in conicQuadIntersection()
57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp55 double tt1 = i[0][pt]; in cubicConicIntersection() local
56 SkDPoint xy1 = cubic.ptAtT(tt1); in cubicConicIntersection()
61 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection()
DPathOpsCubicQuadIntersectionTest.cpp79 double tt1 = i[0][pt]; in cubicQuadIntersection() local
80 SkDPoint xy1 = cubic.ptAtT(tt1); in cubicQuadIntersection()
85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
DPathOpsCubicIntersectionTest.cpp58 double tt1 = tIntersections[0][pt]; in standardTestCases() local
59 SkDPoint xy1 = c1.ptAtT(tt1); in standardTestCases()
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases()
417 double tt1, tt2; in oneOff() local
420 tt1 = intersections[0][pt3]; in oneOff()
421 xy1 = c1.ptAtT(tt1); in oneOff()
427 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff()
516 double tt1 = intersections2[0][pt]; in CubicIntersection_RandTest() local
517 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest()
DPathOpsCubicLineIntersectionTest.cpp150 double tt1 = i[0][pt]; in testOne() local
151 SkDPoint xy1 = cubic.ptAtT(tt1); in testOne()
156 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
DPathOpsConicIntersectionTest.cpp320 double tt1, tt2; in oneOff() local
323 tt1 = intersections[0][pt3]; in oneOff()
324 xy1 = c1.ptAtT(tt1); in oneOff()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Point.java91 int[] tt1 = Nat.create(24); in add() local
127 U1 = tt1; in add()
163 Nat384.mul(S1, G, tt1); in add()
175 SecP384R1Field.addExt(tt1, tt2, tt1); in add()
176 SecP384R1Field.reduce(tt1, Y3.x); in add()
DSecP224K1Point.java93 int[] tt1 = Nat224.createExt(); in add() local
129 U1 = tt1; in add()
165 Nat224.mul(S1, G, tt1); in add()
176 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
177 SecP224K1Field.reduce(tt1, Y3.x); in add()
DSecP256R1Point.java91 int[] tt1 = Nat256.createExt(); in add() local
127 U1 = tt1; in add()
163 Nat256.mul(S1, G, tt1); in add()
174 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
175 SecP256R1Field.reduce(tt1, Y3.x); in add()
DSecP256K1Point.java93 int[] tt1 = Nat256.createExt(); in add() local
129 U1 = tt1; in add()
165 Nat256.mul(S1, G, tt1); in add()
176 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
177 SecP256K1Field.reduce(tt1, Y3.x); in add()
DSecP224R1Point.java91 int[] tt1 = Nat224.createExt(); in add() local
127 U1 = tt1; in add()
163 Nat224.mul(S1, G, tt1); in add()
174 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
175 SecP224R1Field.reduce(tt1, Y3.x); in add()
DSecP192K1Point.java93 int[] tt1 = Nat192.createExt(); in add() local
129 U1 = tt1; in add()
165 Nat192.mul(S1, G, tt1); in add()
176 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
177 SecP192K1Field.reduce(tt1, Y3.x); in add()
DSecP192R1Point.java92 int[] tt1 = Nat192.createExt(); in add() local
128 U1 = tt1; in add()
164 Nat192.mul(S1, G, tt1); in add()
175 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1); in add()
176 SecP192R1Field.reduce(tt1, Y3.x); in add()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp355 template<class> class tt1 {}; class
357 void set12(class_template_templates<tt1, tt1>) {} in set12() argument
360 set12(class_template_templates<tt1, tt1, tt1>()); in test12()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c149 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_horiz_neon() local
160 tt1 = vreinterpretq_s16_u16(vmovl_u8(t1)); in vpx_convolve8_horiz_neon()
164 s1 = vget_low_s16(tt1); in vpx_convolve8_horiz_neon()
168 s5 = vget_high_s16(tt1); in vpx_convolve8_horiz_neon()
180 tt1 = vreinterpretq_s16_u16(vmovl_u8(t1)); in vpx_convolve8_horiz_neon()
184 s8 = vget_low_s16(tt1); in vpx_convolve8_horiz_neon()
414 int16x8_t tt0, tt1, tt2, tt3; in vpx_convolve8_avg_horiz_neon() local
426 tt1 = vreinterpretq_s16_u16(vmovl_u8(t1)); in vpx_convolve8_avg_horiz_neon()
430 s1 = vget_low_s16(tt1); in vpx_convolve8_avg_horiz_neon()
434 s5 = vget_high_s16(tt1); in vpx_convolve8_avg_horiz_neon()
[all …]
/external/icu/icu4c/source/i18n/
Drbtz.cpp301 UDate tt0, tt1; in complete() local
303 …1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1); in complete()
320 if (tt0 < tt1) { in complete()
328 final0->time = tt1; in complete()
331 … rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time); in complete()
/external/llvm/test/CodeGen/X86/
Dmmx-fold-load.ll156 define i64 @tt1(x86_mmx %t, x86_mmx* %q) {
157 ; CHECK-LABEL: tt1:
/external/skia/src/core/
DSkGeometry.cpp988 Sk2s tt1(t1); in chopAt() local
989 Sk2s aXY = coeff.fNumer.eval(tt1); in chopAt()
990 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt()
/external/opencv/cv/src/
Dcvfundam.cpp893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; in run8Point() local
897 T1.data.db = tt1; in run8Point()
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c5255 UInt tt1 = INSN(4,0); in dis_ARM64_load_store() local
5256 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) { in dis_ARM64_load_store()
5313 putQReg128(tt1, mkV128(0x0000)); in dis_ARM64_load_store()
5315 putQRegLO(tt1, in dis_ARM64_load_store()
5324 getQRegLO(tt1, ty)); in dis_ARM64_load_store()
5350 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty), in dis_ARM64_load_store()
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt42713 ött1érte
53845 tt1ég.
53853 tt1éss
53854 tt1é2vér
53860 tt1írá
53869 tt1ölő
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt24065 tt1å4

12