Home
last modified time | relevance | path

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

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