Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java139 public static final int testDotProdByteToChar(char[] a, char[] b) { in testDotProdByteToChar() method in TestVarious
409 expectEquals(-8519423, testDotProdByteToChar(c1, c2)); in run()