HomeSort by relevance Sort by last modified time
    Searched refs:testDotProd (Results 1 - 2 of 2) sorted by null

  /art/test/684-checker-simd-dotprod/src/other/
TestByte.java 431 private static void testDotProd(byte[] b1, byte[] b2, int[] results) {
460 testDotProd(b1_1, b2_1, results_1);
466 testDotProd(b1_2, b2_2, results_2);
472 testDotProd(b1_3, b2_3, results_3);
478 testDotProd(b1_4, b2_4, results_4);
TestCharShort.java 478 private static void testDotProd(short[] s1, short[] s2, char[] c1, char[] c2, int[] results) {
517 testDotProd(s1_1, s2_1, c1_1, c2_1, results_1);
525 testDotProd(s1_2, s2_2, c1_2, c2_2, results_2);
    [all...]

Completed in 527 milliseconds