Home
last modified time | relevance | path

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

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