/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());
|
/external/libxaac/decoder/ |
ixheaacd_tcx_fwd_mdct.c | 87 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2]; local 89 poly1[0] = 0.0f; 92 ixheaacd_compute_coeff_poly_f(lsp, &poly1[1], &poly2[1]); 94 ppoly_f1 = poly1 + ORDER_BY_2 + 1; 107 ppoly_f1 = poly1 + 2;
|
/frameworks/base/libs/hwui/ |
SpotShadow.h | 66 static void testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2,
|
SpotShadow.cpp | [all...] |
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
p256-x86_64-asm.pl | 138 my ($poly1,$poly3)=($acc6,$acc7); 213 mov .Lpoly+8*1(%rip),$poly1 404 sbb $poly1, $acc5 # .Lpoly[1] 655 mov \$32, $poly1 663 shlx $poly1,$acc0,$t1 665 shrx $poly1,$acc0,$t0 697 shlx $poly1, $acc1, $t0 699 shrx $poly1, $acc1, $t1 734 shlx $poly1, $acc2, $t0 736 shrx $poly1, $acc2, $t [all...] |