Lines Matching refs:sOut
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()
173 expectEquals(e, sOut[i]); in main()