Home
last modified time | relevance | path

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

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