Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/684-checker-simd-dotprod/src/other/
H A DTestCharShort.java418 public static final int testDotProdSimpleMulCastToUnsigned(short[] a, short[] b) { in testDotProdSimpleMulCastToUnsigned() method in TestCharShort
580 expectEquals(results[12], testDotProdSimpleMulCastToUnsigned(s1, s2)); in testDotProd()