Home
last modified time | relevance | path

Searched refs:a_too_large (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dmathmodule.c1781 int a_too_large, c_bit_length; in math_isqrt() local
1882 /* a_too_large = n < a * a */ in math_isqrt()
1887 a_too_large = PyObject_RichCompareBool(n, b, Py_LT); in math_isqrt()
1889 if (a_too_large == -1) { in math_isqrt()
1893 if (a_too_large) { in math_isqrt()

Completed in 5 milliseconds