HomeSort by relevance Sort by last modified time
    Searched defs:tt1 (Results 1 - 20 of 20) sorted by null

  /external/skia/tests/
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);
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);
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);
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);
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);
PathOpsConicIntersectionTest.cpp 315 double tt1, tt2; local
318 tt1 = intersections[0][pt3];
319 xy1 = c1.ptAtT(tt1);
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);
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);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 93 int[] tt1 = Nat192.createExt(); local
129 U1 = tt1;
165 Nat192.mul(S1, G, tt1);
176 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP192K1Field.reduce(tt1, Y3.x);
SecP224K1Point.java 93 int[] tt1 = Nat224.createExt(); local
129 U1 = tt1;
165 Nat224.mul(S1, G, tt1);
176 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP224K1Field.reduce(tt1, Y3.x);
SecP256K1Point.java 93 int[] tt1 = Nat256.createExt(); local
129 U1 = tt1;
165 Nat256.mul(S1, G, tt1);
176 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP256K1Field.reduce(tt1, Y3.x);
SecP192R1Point.java 92 int[] tt1 = Nat192.createExt(); local
128 U1 = tt1;
164 Nat192.mul(S1, G, tt1);
175 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1);
176 SecP192R1Field.reduce(tt1, Y3.x);
SecP224R1Point.java 91 int[] tt1 = Nat224.createExt(); local
127 U1 = tt1;
163 Nat224.mul(S1, G, tt1);
174 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1);
175 SecP224R1Field.reduce(tt1, Y3.x);
SecP256R1Point.java 91 int[] tt1 = Nat256.createExt(); local
127 U1 = tt1;
163 Nat256.mul(S1, G, tt1);
174 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1);
175 SecP256R1Field.reduce(tt1, Y3.x);
SecP384R1Point.java 91 int[] tt1 = Nat.create(24); local
127 U1 = tt1;
163 Nat384.mul(S1, G, tt1);
175 SecP384R1Field.addExt(tt1, tt2, tt1);
176 SecP384R1Field.reduce(tt1, Y3.x);
  /external/icu/icu4c/source/i18n/
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/clang/test/Misc/
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, template tt1>' for 1st argumen
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local
897 T1.data.db = tt1;
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 5255 UInt tt1 = INSN(4,0); local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 248 milliseconds