Home
last modified time | relevance | path

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

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