HomeSort by: relevance | last modified time | path
    Searched refs:div_trunc (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 573 BINARY_FUNCTION div_trunc (const T1 &, const T2 &, signop,
2665 wi::div_trunc (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) function in class:wi
2684 return div_trunc (x, y, SIGNED);
2692 return div_trunc (x, y, UNSIGNED);
predict.cc 1733 widest_int loop_count = wi::div_trunc (tem,
1745 compare_count = wi::div_trunc (tem, wi::to_widest (compare_step_var),
1755 compare_count = wi::div_trunc (tem, wi::to_widest (compare_step_var),
range-op.cc 1790 res = wi::div_trunc (w0, w1, sign, &overflow);
simplify-rtx.cc 5021 result = wi::div_trunc (pop0, pop1, SIGNED, &overflow);
5033 result = wi::div_trunc (pop0, pop1, UNSIGNED, &overflow);
fold-const.cc 1066 res = wi::div_trunc (arg1, arg2, sign, overflow);
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 634 BINARY_FUNCTION div_trunc (const T1 &, const T2 &, signop,
3124 wi::div_trunc (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow)
3149 return div_trunc (x, y, SIGNED);
3157 return div_trunc (x, y, UNSIGNED);
predict.cc 1744 widest_int loop_count = wi::div_trunc (tem,
1756 compare_count = wi::div_trunc (tem, wi::to_widest (compare_step_var),
1766 compare_count = wi::div_trunc (tem, wi::to_widest (compare_step_var),
simplify-rtx.cc 5229 result = wi::div_trunc (pop0, pop1, SIGNED, &overflow);
5241 result = wi::div_trunc (pop0, pop1, UNSIGNED, &overflow);
range-op.cc 2365 res = wi::div_trunc (w0, w1, sign, &overflow);
match.pd 1047 : wi::div_trunc (v, n, TYPE_SIGN (type)))
fold-const.cc 1162 res = wi::div_trunc (arg1, arg2, sign, overflow);

Completed in 115 milliseconds