/external/skia/tests/ |
H A D | PathOpsCubicConicIntersectionTest.cpp | 51 double tt1 = i[0][pt]; local 52 SkDPoint xy1 = cubic.ptAtT(tt1); 57 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
|
H A D | PathOpsCubicQuadIntersectionTest.cpp | 75 double tt1 = i[0][pt]; local 76 SkDPoint xy1 = cubic.ptAtT(tt1); 81 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
|
H A D | PathOpsConicLineIntersectionTest.cpp | 124 double tt1 = intersections[0][pt]; local 125 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); 126 SkDPoint t1 = conic.ptAtT(tt1); 132 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
|
H A D | PathOpsQuadLineIntersectionTest.cpp | 132 double tt1 = intersections[0][pt]; local 133 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1); 134 SkDPoint t1 = quad.ptAtT(tt1); 140 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
|
H A D | PathOpsQuadIntersectionTest.cpp | 39 double tt1 = intersections[0][pt]; local 40 SkDPoint xy1 = quad1.ptAtT(tt1); 45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, 333 double tt1 = intersections[0][pt]; local 334 SkDPoint xy1 = quad1.ptAtT(tt1); 340 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); 345 outer, inner, tt1, xy1.fX, xy1.fY, tt2); 383 double tt1 = intersections2[0][pt]; local 385 SkDPoint pt1 = quad1.ptAtT(tt1);
|
H A D | PathOpsCubicIntersectionTest.cpp | 55 double tt1 = tIntersections[0][pt]; local 56 SkDPoint xy1 = cubic1.ptAtT(tt1); 61 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); 408 double tt1, tt2; local 411 tt1 = intersections[0][pt3]; 412 xy1 = cubic1.ptAtT(tt1); 418 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, 504 double tt1 = intersections2[0][pt]; local 505 SkDPoint xy1 = cubic1.ptAtT(tt1);
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 146 double tt1 = i[0][pt]; local 147 SkDPoint xy1 = cubic.ptAtT(tt1); 152 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
|
H A D | PathOpsConicIntersectionTest.cpp | 315 double tt1, tt2; local 318 tt1 = intersections[0][pt3]; 319 xy1 = c1.ptAtT(tt1);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
H A D | SecP384R1Point.java | 91 int[] tt1 = Nat.create(24); 127 U1 = tt1; 163 Nat384.mul(S1, G, tt1); 175 SecP384R1Field.addExt(tt1, tt2, tt1); 176 SecP384R1Field.reduce(tt1, Y3.x);
|
H A D | SecP192K1Point.java | 93 int[] tt1 = Nat192.createExt(); 129 U1 = tt1; 165 Nat192.mul(S1, G, tt1); 176 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1); 177 SecP192K1Field.reduce(tt1, Y3.x);
|
H A D | SecP192R1Point.java | 92 int[] tt1 = Nat192.createExt(); 128 U1 = tt1; 164 Nat192.mul(S1, G, tt1); 175 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1); 176 SecP192R1Field.reduce(tt1, Y3.x);
|
H A D | SecP224K1Point.java | 93 int[] tt1 = Nat224.createExt(); 129 U1 = tt1; 165 Nat224.mul(S1, G, tt1); 176 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1); 177 SecP224K1Field.reduce(tt1, Y3.x);
|
H A D | SecP224R1Point.java | 91 int[] tt1 = Nat224.createExt(); 127 U1 = tt1; 163 Nat224.mul(S1, G, tt1); 174 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1); 175 SecP224R1Field.reduce(tt1, Y3.x);
|
H A D | SecP256K1Point.java | 93 int[] tt1 = Nat256.createExt(); 129 U1 = tt1; 165 Nat256.mul(S1, G, tt1); 176 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1); 177 SecP256K1Field.reduce(tt1, Y3.x);
|
H A D | SecP256R1Point.java | 91 int[] tt1 = Nat256.createExt(); 127 U1 = tt1; 163 Nat256.mul(S1, G, tt1); 174 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1); 175 SecP256R1Field.reduce(tt1, Y3.x);
|
/external/clang/test/Misc/ |
H A D | diag-template-diffing.cpp | 355 template<class> class tt1 {}; class 357 void set12(class_template_templates<tt1, tt1>) {} 360 set12(class_template_templates<tt1, tt1, tt1>()); 363 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument 365 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<[2 * ...], template tt1>' to 'class_template_templates<[2 * ...], template (no argument)>' for 1st argument 367 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, templat [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | rbtz.cpp | 299 UDate tt0, tt1; local 301 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1); 318 if (tt0 < tt1) { 326 final0->time = tt1; 329 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
|
/external/skia/src/core/ |
H A D | SkGeometry.cpp | 1017 Sk2s tt1(t1); 1018 Sk2s aXY = coeff.fNumer.eval(tt1); 1019 Sk2s aZZ = coeff.fDenom.eval(tt1);
|
/external/opencv/cv/src/ |
H A D | cvfundam.cpp | 893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local 897 T1.data.db = tt1;
|
/external/valgrind/VEX/priv/ |
H A D | guest_arm64_toIR.c | 5255 UInt tt1 = INSN(4,0); local 5256 if (szSlg2 == BITS2(1,1) || (isLD && tt1 == tt2)) { 5313 putQReg128(tt1, mkV128(0x0000)); 5315 putQRegLO(tt1, 5324 getQRegLO(tt1, ty)); 5350 nameQRegLO(tt1, ty), nameQRegLO(tt2, ty),
|