Home
last modified time | relevance | path

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

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