Home | History | Annotate | Download | only in other

Lines Matching refs:testDotProdSimpleUnsignedCastedToChar

393   /// CHECK-START: int other.TestCharShort.testDotProdSimpleUnsignedCastedToChar(char[], char[]) loop_optimization (after)
395 public static final int testDotProdSimpleUnsignedCastedToChar(char[] a, char[] b) {
497 expectEquals(results[18], testDotProdSimpleUnsignedCastedToChar(c1, c2));