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

  /src/external/gpl3/gcc/dist/gcc/
wide-int-print.cc 107 w = wi::divmod_trunc (w, ten19, UNSIGNED, &r);
wide-int.h 647 BINARY_FUNCTION divmod_trunc (const T1 &, const T2 &, signop,
3312 wi::divmod_trunc (const T1 &x, const T2 &y, signop sgn,
3561 = divmod_trunc (x, y, sgn, &remainder);
wide-int.cc 2393 wide_int q = wi::divmod_trunc (c, d, UNSIGNED, &d);
tree-ssa-loop-ivopts.cc 2197 *mul = wi::sext (wi::divmod_trunc (p0, p1, SIGNED, &res), precision);
expr.cc 13322 d = wi::divmod_trunc (wi::mask (prec, false, prec), w, UNSIGNED, &e);
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 586 BINARY_FUNCTION divmod_trunc (const T1 &, const T2 &, signop,
2817 wi::divmod_trunc (const T1 &x, const T2 &y, signop sgn, function in class:wi
3020 = divmod_trunc (x, y, sgn, &remainder);
wide-int.cc 2273 wide_int q = wi::divmod_trunc (c, d, UNSIGNED, &d);
tree-ssa-loop-ivopts.cc 2192 *mul = wi::sext (wi::divmod_trunc (p0, p1, SIGNED, &res), precision);
expr.cc 12484 d = wi::divmod_trunc (wi::mask (prec, false, prec), w, UNSIGNED, &e);

Completed in 109 milliseconds