Searched refs:ostep (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc524 tree ostep = NULL_TREE; local
543 ostep = omp_get_for_step_from_incr (loc, t);
549 ostep = fold_convert (itype, ostep);
552 ostep));
628 t2 = fold_binary (TRUNC_MOD_EXPR, itype, t2, ostep);
638 tree t3 = fold_binary (MULT_EXPR, itype, m1, ostep);
639 tree t4 = fold_binary (MULT_EXPR, itype, m2, ostep);
662 new_first = fold_binary (PLUS_EXPR, itype, t, ostep);
683 new_last = fold_binary (MINUS_EXPR, itype, t, ostep);
[all...]
H A Domp-expand.cc2023 tree ostep = fold_convert (itype, fd->loops[o].step); local
2026 t = fold_build2 (PLUS_EXPR, itype, ostep, t);
2033 fold_build1 (NEGATE_EXPR, itype, ostep));
2035 t = fold_build2 (TRUNC_DIV_EXPR, itype, t, ostep);
2041 t = fold_build2 (MULT_EXPR, itype, t, ostep);
2122 t = fold_build2 (MULT_EXPR, itype, m2minusm1, ostep);
2178 t = fold_build2 (TRUNC_MOD_EXPR, itype, t, ostep);
2216 t = fold_build2 (PLUS_EXPR, itype, tem, ostep);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cc.c1377 int ostep = DTRACE_LQUANTIZE_STEP(oarg); local
1386 if (onlevels * ostep != nlevels * step) {
1390 obaseval + onlevels * ostep,
1394 if (ostep != step) {
1398 ostep, (int)step);

Completed in 169 milliseconds