Home
last modified time | relevance | path

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

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