Home
last modified time | relevance | path

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

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