Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java295 public static final int testDotProdIntParam(int x, byte[] b) { in testDotProdIntParam() method in TestByte
441 expectEquals(results[9], testDotProdIntParam(-128, b2)); in testDotProd()
DTestCharShort.java293 public static final int testDotProdIntParam(int x, short[] b) { in testDotProdIntParam() method in TestCharShort
488 expectEquals(results[9], testDotProdIntParam(-32768, s2)); in testDotProd()