Searched refs:odd_part (Results 1 – 1 of 1) sorted by relevance
2055 PyObject *result, *odd_part, *pyint_form; in math_factorial() local2107 odd_part = factorial_odd_part(x); in math_factorial()2108 if (odd_part == NULL) in math_factorial()2111 result = _PyLong_Lshift(odd_part, two_valuation); in math_factorial()2112 Py_DECREF(odd_part); in math_factorial()