Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestCharShort.java317 public static final int testDotProdSimpleMulCastedToSigned(short[] a, short[] b) { in testDotProdSimpleMulCastedToSigned() method in TestCharShort
490 expectEquals(results[11], testDotProdSimpleMulCastedToSigned(s1, s2)); in testDotProd()