Home
last modified time | relevance | path

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

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