Home
last modified time | relevance | path

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

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