Lines Matching full:jmax
3493 Int i, j, jmax, n_vars;3633 jmax = unroll_factor==8 ? 3 : (unroll_factor==4 ? 2 : 1);3634 for (j = 1; j <= jmax; j++) {