Home
last modified time | relevance | path

Searched refs:_check_long_mult_overflow (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dmathmodule.c2724 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() function
3311 if (overflow == 0 && !_check_long_mult_overflow(i_result, b)) { in math_prod_impl()