HomeSort by relevance Sort by last modified time
    Searched refs:poly1 (Results 1 - 6 of 6) sorted by null

  /art/test/530-checker-loops5/src/
Main.java 22 /// CHECK-START: int Main.poly1() loop_optimization (before)
27 /// CHECK-START: int Main.poly1() loop_optimization (after)
33 /// CHECK-START: int Main.poly1() instruction_simplifier$after_bce (after)
37 /// CHECK-START: int Main.poly1() loop_optimization (after)
39 public static int poly1() { method in class:Main
170 expectEquals(55, poly1());
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
SpotShadow.java 179 * calculates the intersection of poly1 with poly2 and put in poly2
180 * @param poly1 The flatten 2d coordinates of polygon
181 * @param poly1length The vertices number of poly1
186 private static int intersection(@NonNull float[] poly1, int poly1length, @NonNull float[] poly2,
188 makeClockwise(poly1, poly1length);
194 if (pointInsidePolygon(poly1[i * 2 + 0], poly1[i * 2 + 1], poly2, poly2length)) {
195 poly[count * 2 + 0] = poly1[i * 2 + 0];
196 poly[count * 2 + 1] = poly1[i * 2 + 1];
203 if (pointInsidePolygon(poly2[i * 2 + 0], poly2[i * 2 + 1], poly1, poly1length))
    [all...]
  /frameworks/base/libs/hwui/
SpotShadow.h 66 static void testIntersection(const Vector2* poly1, int poly1Length,
SpotShadow.cpp     [all...]
  /external/skia/src/core/
SkBitmapFilter.h 105 Sk4f poly1 = (((Sk4f(fA1) * x + Sk4f(fB1)) * x + Sk4f(fC1)) * x + Sk4f(fD1)) local
108 return over2.thenElse(Sk4f(0), over1.thenElse(poly1, poly0));
  /external/boringssl/src/crypto/ec/asm/
p256-x86_64-asm.pl 138 my ($poly1,$poly3)=($acc6,$acc7);
212 mov .Lpoly+8*1(%rip),$poly1
403 sbb $poly1, $acc5 # .Lpoly[1]
653 mov \$32, $poly1
661 shlx $poly1,$acc0,$t1
663 shrx $poly1,$acc0,$t0
695 shlx $poly1, $acc1, $t0
697 shrx $poly1, $acc1, $t1
732 shlx $poly1, $acc2, $t0
734 shrx $poly1, $acc2, $t
    [all...]

Completed in 2666 milliseconds