Home
last modified time | relevance | path

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

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