Searched refs:testDotProd (Results 1 – 2 of 2) sorted by relevance
/art/test/684-checker-simd-dotprod/src/other/ |
D | TestByte.java | 574 private static void testDotProd(byte[] b1, byte[] b2, int[] results) { in testDotProd() method in TestByte 603 testDotProd(b1_1, b2_1, results_1); in run() 609 testDotProd(b1_2, b2_2, results_2); in run() 615 testDotProd(b1_3, b2_3, results_3); in run() 621 testDotProd(b1_4, b2_4, results_4); in run()
|
D | TestCharShort.java | 567 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) { in testDotProd() method in TestCharShort 606 testDotProd(s1_1, s2_1, c1_1, c2_1, results_1); in run() 614 testDotProd(s1_2, s2_2, c1_2, c2_2, results_2); in run() 624 testDotProd(s1_3, s2_3, c1_3, c2_3, results_3); in run() 635 testDotProd(s1_4, s2_4, c1_4, c2_4, results_4); in run()
|