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

  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 580 BINARY_FUNCTION sdiv_floor (const T1 &, const T2 &);
2723 wi::sdiv_floor (const T1 &x, const T2 &y) function in class:wi
tree-data-ref.cc 4621 = wi::smin (wi::sdiv_floor (wi::sub (niter_a, i0), i1),
4622 wi::sdiv_floor (wi::sub (niter_b, j0), j1));
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 641 BINARY_FUNCTION sdiv_floor (const T1 &, const T2 &);
3198 wi::sdiv_floor (const T1 &x, const T2 &y)
tree-data-ref.cc 4655 = wi::smin (wi::sdiv_floor (wi::sub (niter_a, i0), i1),
4656 wi::sdiv_floor (wi::sub (niter_b, j0), j1));

Completed in 54 milliseconds