Home
last modified time | relevance | path

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

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