/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 39 double tt1 = intersections[0][pt]; in standardTestCases() local 40 SkDPoint xy1 = quad1.ptAtT(tt1); in standardTestCases() 45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, in standardTestCases() 333 double tt1 = intersections[0][pt]; in oneOffTest1() local 334 SkDPoint xy1 = quad1.ptAtT(tt1); in oneOffTest1() 340 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1() 345 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1() 383 double tt1 = intersections2[0][pt]; in coincidentTestOne() local 385 SkDPoint pt1 = quad1.ptAtT(tt1); in coincidentTestOne()
|
D | PathOpsQuadLineIntersectionTest.cpp | 132 double tt1 = intersections[0][pt]; in DEF_TEST() local 133 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); in DEF_TEST() 134 SkDPoint t1 = quad.ptAtT(tt1); in DEF_TEST() 140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
|
D | PathOpsConicLineIntersectionTest.cpp | 124 double tt1 = intersections[0][pt]; in DEF_TEST() local 125 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); in DEF_TEST() 126 SkDPoint t1 = conic.ptAtT(tt1); in DEF_TEST() 132 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY); in DEF_TEST()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 75 double tt1 = i[0][pt]; in cubicQuadIntersection() local 76 SkDPoint xy1 = cubic.ptAtT(tt1); in cubicQuadIntersection() 81 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection()
|
D | PathOpsCubicConicIntersectionTest.cpp | 51 double tt1 = i[0][pt]; in cubicConicIntersection() local 52 SkDPoint xy1 = cubic.ptAtT(tt1); in cubicConicIntersection() 57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection()
|
D | PathOpsCubicIntersectionTest.cpp | 55 double tt1 = tIntersections[0][pt]; in standardTestCases() local 56 SkDPoint xy1 = cubic1.ptAtT(tt1); in standardTestCases() 61 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 408 double tt1, tt2; in oneOff() local 411 tt1 = intersections[0][pt3]; in oneOff() 412 xy1 = cubic1.ptAtT(tt1); in oneOff() 418 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff() 504 double tt1 = intersections2[0][pt]; in CubicIntersection_RandTest() local 505 SkDPoint xy1 = cubic1.ptAtT(tt1); in CubicIntersection_RandTest()
|
D | PathOpsCubicLineIntersectionTest.cpp | 146 double tt1 = i[0][pt]; in testOne() local 147 SkDPoint xy1 = cubic.ptAtT(tt1); in testOne() 152 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne()
|
D | PathOpsConicIntersectionTest.cpp | 315 double tt1, tt2; in oneOff() local 318 tt1 = intersections[0][pt3]; in oneOff() 319 xy1 = c1.ptAtT(tt1); in oneOff()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Point.java | 91 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()
|
D | SecP256R1Point.java | 91 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()
|
D | SecP192R1Point.java | 92 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()
|
D | SecP224R1Point.java | 91 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()
|
D | SecP256K1Point.java | 93 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()
|
D | SecP224K1Point.java | 93 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()
|
D | SecP192K1Point.java | 93 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()
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 355 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/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 299 UDate tt0, tt1; in complete() local 301 …1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1); in complete() 318 if (tt0 < tt1) { in complete() 326 final0->time = tt1; in complete() 329 … rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time); in complete()
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-fold-load.ll | 156 define i64 @tt1(x86_mmx %t, x86_mmx* %q) { 157 ; CHECK-LABEL: tt1:
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1017 Sk2s tt1(t1); in chopAt() local 1018 Sk2s aXY = coeff.fNumer.eval(tt1); in chopAt() 1019 Sk2s aZZ = coeff.fDenom.eval(tt1); in chopAt()
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 893 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/ |
D | guest_arm64_toIR.c | 5255 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/ |
D | hyph-hu.pat.txt | 42713 ött1érte 53845 tt1ég. 53853 tt1éss 53854 tt1é2vér 53860 tt1írá 53869 tt1ölő
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 24065 tt1å4
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 24065 tt1å4
|