Home
last modified time | relevance | path

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

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