Searched refs:_check_long_mult_overflow (Results 1 – 1 of 1) sorted by relevance
2724 static inline int _check_long_mult_overflow(long a, long b);2831 if (_check_long_mult_overflow(int_p, int_q)) { in math_sumprod_impl()3204 _check_long_mult_overflow(long a, long b) { in _check_long_mult_overflow() function3311 if (overflow == 0 && !_check_long_mult_overflow(i_result, b)) { in math_prod_impl()