Home
last modified time | relevance | path

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

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestVarious.java463 public static final int testDotProdBothSignedUnsignedDoubleLoad(byte[] a, byte[] b) { in testDotProdBothSignedUnsignedDoubleLoad() method in TestVarious
557 expectEquals(3, testDotProdBothSignedUnsignedDoubleLoad(b1, b2)); in run()