| 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);
|