Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java236 public static final int testDotProdBothSignedUnsigned1(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned1() method in TestVarious
413 expectEquals(3, testDotProdBothSignedUnsigned1(b1, b2)); in run()