Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h45 {"isqrt", (PyCFunction)math_isqrt, METH_O, math_isqrt__doc__},
/third_party/python/Modules/
Dmathmodule.c1733 math_isqrt(PyObject *module, PyObject *n) in math_isqrt() function