Home
last modified time | relevance | path

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

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