Lines Matching refs:Result1
205 U Result1 = x < y ? a : b; local
207 U Result = Test1 < Test2 ? Result1 : Result2;
226 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
228 Result[i] = Test1 < Test2 ? Result1 : Result2;
248 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
250 Result[i] = Test1 < Test2 ? Result1 : Result2;
270 U Result1 = x[i] < y[i] ? a[i] : b[i]; local
272 Result[i] = Test1 < Test2 ? Result1 : Result2;
293 U Result1 = x < y ? a[i] : b[i]; local
295 Result[i] = Test1 < Test2 ? Result1 : Result2;
316 U Result1 = x < y ? a[i] : b[i]; local
318 Result[i] = Test1 < Test2 ? Result1 : Result2;
339 U Result1 = x < y ? a[i] : b[i]; local
341 Result[i] = Test1 < Test2 ? Result1 : Result2;
361 U Result1 = x[i] < y[i] ? a : b; local
363 Result[i] = Test1 < Test2 ? Result1 : Result2;
383 U Result1 = x[i] < y[i] ? a : b; local
385 Result[i] = Test1 < Test2 ? Result1 : Result2;
405 U Result1 = x[i] < y[i] ? a : b; local
407 Result[i] = Test1 < Test2 ? Result1 : Result2;
705 U Result1 = x > y ? a : b; local
707 U Result = Test1 > Test2 ? Result1 : Result2;
726 U Result1 = x[i] > y[i] ? a[i] : b[i]; local
728 Result[i] = Test1 > Test2 ? Result1 : Result2;
748 U Result1 = x[i] > y[i] ? a[i] : b[i]; local
750 Result[i] = Test1 > Test2 ? Result1 : Result2;
770 U Result1 = x[i] > y[i] ? a[i] : b[i]; local
772 Result[i] = Test1 > Test2 ? Result1 : Result2;
793 U Result1 = x > y ? a[i] : b[i]; local
795 Result[i] = Test1 > Test2 ? Result1 : Result2;
816 U Result1 = x > y ? a[i] : b[i]; local
818 Result[i] = Test1 > Test2 ? Result1 : Result2;
839 U Result1 = x > y ? a[i] : b[i]; local
841 Result[i] = Test1 > Test2 ? Result1 : Result2;
861 U Result1 = x[i] > y[i] ? a : b; local
863 Result[i] = Test1 > Test2 ? Result1 : Result2;
883 U Result1 = x[i] > y[i] ? a : b; local
885 Result[i] = Test1 > Test2 ? Result1 : Result2;
905 U Result1 = x[i] > y[i] ? a : b; local
907 Result[i] = Test1 > Test2 ? Result1 : Result2;