Searched refs:sOut (Results 1 – 1 of 1) sorted by relevance
/art/test/646-checker-simd-hadd/src/ |
D | HaddOther.java | 115 short[] sOut = new short[M]; in main() local 140 test_no_hadd_short2short(sA, sOut); in main() 143 expectEquals(e, sOut[i]); in main() 145 test_no_hadd_short2short_logical(sA, sOut); in main() 148 expectEquals(e, sOut[i]); in main() 150 test_no_hadd_int2short(iA, sOut); in main() 153 expectEquals(e, sOut[i]); in main() 160 test_no_hadd_sum_casted(sA, sB, sOut); in main() 163 expectEquals(e, sOut[i]); in main() 170 test_no_hadd_sum_casted_plus_const(sA, sB, sOut); in main() [all …]
|