Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java161 public static final int testDotProdMixedSizeAndSign(byte[] a, char[] b) { in testDotProdMixedSizeAndSign() method in TestVarious
411 expectEquals(-8388351, testDotProdMixedSizeAndSign(b1, c2)); in run()