Home
last modified time | relevance | path

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

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