Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java150 public static final int testDotProdMixedSize(byte[] a, short[] b) { in testDotProdMixedSize() method in TestVarious
410 expectEquals(-8388351, testDotProdMixedSize(b1, s1)); in run()