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

  /art/test/684-checker-simd-dotprod/src/other/
TestByte.java 135 /// CHECK-START: int other.TestByte.testDotProdComplexUnsigned(byte[], byte[]) loop_optimization (before)
150 /// CHECK-START-{ARM64}: int other.TestByte.testDotProdComplexUnsigned(byte[], byte[]) loop_optimization (after)
167 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) {
435 expectEquals(results[3], testDotProdComplexUnsigned(b1, b2));
TestCharShort.java 135 /// CHECK-START: int other.TestCharShort.testDotProdComplexUnsigned(char[], char[]) loop_optimization (before)
150 /// CHECK-START-{ARM64}: int other.TestCharShort.testDotProdComplexUnsigned(char[], char[]) loop_optimization (after)
167 public static final int testDotProdComplexUnsigned(char[] a, char[] b) {
482 expectEquals(results[3], testDotProdComplexUnsigned(c1, c2));
    [all...]

Completed in 255 milliseconds