Home
last modified time | relevance | path

Searched refs:testDotProdComplexSignedCastToUnsigned (Results 1 – 2 of 2) sorted by relevance

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java392 public static final int testDotProdComplexSignedCastToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastToUnsigned() method in TestByte
580 expectEquals(results[5], testDotProdComplexSignedCastToUnsigned(b1, b2)); in testDotProd()
DTestCharShort.java303 public static final int testDotProdComplexSignedCastToUnsigned(short[] a, short[] b) { in testDotProdComplexSignedCastToUnsigned() method in TestCharShort
573 expectEquals(results[5], testDotProdComplexSignedCastToUnsigned(s1, s2)); in testDotProd()