Home
last modified time | relevance | path

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

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestByte.java483 public static final int testDotProdSimpleUnsignedCastedToSignedByte(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToSignedByte() method in TestByte
588 expectEquals(results[13], testDotProdSimpleUnsignedCastedToSignedByte(b1, b2)); in testDotProd()