Home | History | Annotate | Download | only in other

Lines Matching refs:testDotProdComplex

60   /// CHECK-START: int other.TestCharShort.testDotProdComplex(short[], short[]) loop_optimization (before)
75 /// CHECK-START-{ARM64}: int other.TestCharShort.testDotProdComplex(short[], short[]) loop_optimization (after)
92 public static final int testDotProdComplex(short[] a, short[] b) {
480 expectEquals(results[1], testDotProdComplex(s1, s2));