HomeSort by: relevance | last modified time | path
    Searched defs:mod_trunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 589 BINARY_FUNCTION mod_trunc (const T1 &, const T2 &, signop,
2850 z = mod_trunc (y, x, sgn);
2863 wi::mod_trunc (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) function in class:wi
2885 return mod_trunc (x, y, SIGNED);
2894 return mod_trunc (x, y, UNSIGNED);
3008 return wi::mod_trunc (x, y, sgn) == 0;
wide-int.h 589 BINARY_FUNCTION mod_trunc (const T1 &, const T2 &, signop,
2850 z = mod_trunc (y, x, sgn);
2863 wi::mod_trunc (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) function in class:wi
2885 return mod_trunc (x, y, SIGNED);
2894 return mod_trunc (x, y, UNSIGNED);
3008 return wi::mod_trunc (x, y, sgn) == 0;

Completed in 47 milliseconds