| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 524 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...] |
| omp-expand.cc | 2023 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);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 553 tree ostep = NULL_TREE; local 572 ostep = omp_get_for_step_from_incr (loc, t); 578 ostep = fold_convert (itype, ostep); 581 ostep)); 657 t2 = fold_binary (TRUNC_MOD_EXPR, itype, t2, ostep); 667 tree t3 = fold_binary (MULT_EXPR, itype, m1, ostep); 668 tree t4 = fold_binary (MULT_EXPR, itype, m2, ostep); 691 new_first = fold_binary (PLUS_EXPR, itype, t, ostep); 712 new_last = fold_binary (MINUS_EXPR, itype, t, ostep); [all...] |
| omp-expand.cc | 2024 tree ostep = fold_convert (itype, fd->loops[o].step); local 2027 t = fold_build2 (PLUS_EXPR, itype, ostep, t); 2034 fold_build1 (NEGATE_EXPR, itype, ostep)); 2036 t = fold_build2 (TRUNC_DIV_EXPR, itype, t, ostep); 2042 t = fold_build2 (MULT_EXPR, itype, t, ostep); 2123 t = fold_build2 (MULT_EXPR, itype, m2minusm1, ostep); 2179 t = fold_build2 (TRUNC_MOD_EXPR, itype, t, ostep); 2217 t = fold_build2 (PLUS_EXPR, itype, tem, ostep);
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_cc.c | 1377 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);
|