Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestCharShort.java340 public static final int testDotProdSimpleUnsignedMulCastedToSigned(char[] a, char[] b) { in testDotProdSimpleUnsignedMulCastedToSigned() method in TestCharShort
492 expectEquals(results[13], testDotProdSimpleUnsignedMulCastedToSigned(c1, c2)); in testDotProd()