Lines Matching refs:sOut
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_casted(sA, sB, sOut); in main()
176 expectEquals(e, sOut[i]); in main()
183 test_no_hadd_sum_casted_plus_const(sA, sB, sOut); in main()
186 expectEquals(e, sOut[i]); in main()