HomeSort by relevance Sort by last modified time
    Searched refs:testDotProdSimpleUnsignedCastedToLong (Results 1 - 2 of 2) sorted by null

  /art/test/684-checker-simd-dotprod/src/other/
TestByte.java 403 /// CHECK-START: int other.TestByte.testDotProdSimpleUnsignedCastedToLong(byte[], byte[]) loop_optimization (after)
405 public static final int testDotProdSimpleUnsignedCastedToLong(byte[] a, byte[] b) {
451 expectEquals(results[19], testDotProdSimpleUnsignedCastedToLong(b1, b2));
TestCharShort.java 404 /// CHECK-START: int other.TestCharShort.testDotProdSimpleUnsignedCastedToLong(char[], char[]) loop_optimization (after)
406 public static final int testDotProdSimpleUnsignedCastedToLong(char[] a, char[] b) {
498 expectEquals(results[19], testDotProdSimpleUnsignedCastedToLong(c1, c2));
    [all...]

Completed in 58 milliseconds