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

  /art/test/684-checker-simd-dotprod/src/other/
TestByte.java 217 /// CHECK-START: int other.TestByte.testDotProdComplexSignedCastedToUnsigned(byte[], byte[]) loop_optimization (before)
232 /// CHECK-START-{ARM64}: int other.TestByte.testDotProdComplexSignedCastedToUnsigned(byte[], byte[]) loop_optimization (after)
249 public static final int testDotProdComplexSignedCastedToUnsigned(byte[] a, byte[] b) {
437 expectEquals(results[5], testDotProdComplexSignedCastedToUnsigned(b1, b2));
TestCharShort.java 217 /// CHECK-START: int other.TestCharShort.testDotProdComplexSignedCastedToUnsigned(short[], short[]) loop_optimization (before)
232 /// CHECK-START-{ARM64}: int other.TestCharShort.testDotProdComplexSignedCastedToUnsigned(short[], short[]) loop_optimization (after)
249 public static final int testDotProdComplexSignedCastedToUnsigned(short[] a, short[] b) {
484 expectEquals(results[5], testDotProdComplexSignedCastedToUnsigned(s1, s2));
    [all...]

Completed in 124 milliseconds