Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java282 public static final int testDotProdParamUnsigned(int x, byte[] b) { in testDotProdParamUnsigned() method in TestByte
440 expectEquals(results[8], testDotProdParamUnsigned(-128, b2)); in testDotProd()
DTestCharShort.java282 public static final int testDotProdParamUnsigned(int x, char[] b) { in testDotProdParamUnsigned() method in TestCharShort
487 expectEquals(results[8], testDotProdParamUnsigned(-32768, c2)); in testDotProd()