Searched refs:sOut (Results 1 – 1 of 1) sorted by relevance
/art/test/646-checker-simd-hadd/src/ |
D | HaddOther.java | 128 short[] sOut = new short[M]; in main() local 153 test_no_hadd_short2short(sA, sOut); in main() 156 expectEquals(e, sOut[i]); in main() 158 test_no_hadd_short2short_logical(sA, sOut); in main() 161 expectEquals(e, sOut[i]); in main() 163 test_no_hadd_int2short(iA, sOut); in main() 166 expectEquals(e, sOut[i]); in main() 173 test_no_hadd_sum_cast(sA, sB, sOut); in main() 176 expectEquals(e, sOut[i]); in main() 183 test_no_hadd_sum_cast_plus_const(sA, sB, sOut); in main() [all …]
|