Home
last modified time | relevance | path

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

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