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

  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 638 BINARY_FUNCTION div_floor (const T1 &, const T2 &, signop,
3165 wi::div_floor (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow)
3200 return div_floor (x, y, SIGNED);
3209 return div_floor (x, y, UNSIGNED);
tree-if-conv.cc 837 valid_niter = wi::div_floor (delta, wi_step, SIGNED, &overflow);
range-op.cc 2368 res = wi::div_floor (w0, w1, sign, &overflow);
fold-const.cc 1168 res = wi::div_floor (arg1, arg2, sign, overflow);
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 577 BINARY_FUNCTION div_floor (const T1 &, const T2 &, signop,
2700 wi::div_floor (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) function in class:wi
2725 return div_floor (x, y, SIGNED);
2734 return div_floor (x, y, UNSIGNED);
tree-if-conv.cc 819 valid_niter = wi::div_floor (delta, wi_step, SIGNED, &overflow);
range-op.cc 1793 res = wi::div_floor (w0, w1, sign, &overflow);
fold-const.cc 1072 res = wi::div_floor (arg1, arg2, sign, overflow);

Completed in 52 milliseconds