Home
last modified time | relevance | path

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

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