Home
last modified time | relevance | path

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

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