Home | History | Annotate | Download | only in other

Lines Matching refs:testDotProdSignedToChar

302   /// CHECK-START-{ARM64}: int other.TestCharShort.testDotProdSignedToChar(short[], short[]) loop_optimization (after)
304 public static final int testDotProdSignedToChar(short[] a, short[] b) {
489 expectEquals(results[10], testDotProdSignedToChar(s1, s2));