Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java268 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) { in testDotProdComplexUnsigned() method in TestByte
578 expectEquals(results[3], testDotProdComplexUnsigned(b1, b2)); in testDotProd()
DTestCharShort.java203 public static final int testDotProdComplexUnsigned(char[] a, char[] b) { in testDotProdComplexUnsigned() method in TestCharShort
571 expectEquals(results[3], testDotProdComplexUnsigned(c1, c2)); in testDotProd()