Home
last modified time | relevance | path

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

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