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.c3009 _check_long_mult_overflow(long a, long b) { in _check_long_mult_overflow() function
3117 if (overflow == 0 && !_check_long_mult_overflow(i_result, b)) { in math_prod_impl()