Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestCharShort.java441 public static final int testDotProdUnsignedNarrowerSigned(char[] a, char[] b) { in testDotProdUnsignedNarrowerSigned() method in TestCharShort
501 expectEquals(results[22], testDotProdUnsignedNarrowerSigned(c1, c2)); in testDotProd()