HomeSort by relevance Sort by last modified time
    Searched refs:poly1 (Results 1 - 8 of 8) 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());
  /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;
  /external/arm-optimized-routines/math/
math_config.h 372 double poly1[LOG_POLY1_ORDER - 1]; member in struct:log_data
387 double poly1[LOG2_POLY1_ORDER - 1]; member in struct:log2_data
log2.c 14 #define B __log2_data.poly1
log.c 14 #define B __log_data.poly1
log2_data.c 16 .poly1 = {
log_data.c 15 .poly1 = {
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl 153 my ($poly1,$poly3)=($acc6,$acc7);
1328 mov .Lpoly+8*1(%rip),$poly1
1519 sbb $poly1, $acc5 # .Lpoly[1]
    [all...]

Completed in 649 milliseconds