Home
last modified time | relevance | path

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

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