Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java414 public static final int testDotProdParamSigned(int x, byte[] b) { in testDotProdParamSigned() method in TestByte
582 expectEquals(results[7], testDotProdParamSigned(-128, b2)); in testDotProd()
DTestCharShort.java343 public static final int testDotProdParamSigned(int x, short[] b) { in testDotProdParamSigned() method in TestCharShort
575 expectEquals(results[7], testDotProdParamSigned(-32768, s2)); in testDotProd()