Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java413 public static final int testDotProdSimpleUnsignedCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToChar() method in TestByte
469 expectEquals(results[18], testDotProdSimpleUnsignedCastedToChar(b1, b2)); in testDotProd()
DTestCharShort.java395 public static final int testDotProdSimpleUnsignedCastedToChar(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToChar() method in TestCharShort
497 expectEquals(results[18], testDotProdSimpleUnsignedCastedToChar(c1, c2)); in testDotProd()