Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h310 math_dist_impl(PyObject *module, PyObject *p, PyObject *q);
324 return_value = math_dist_impl(module, p, q); in math_dist()
/third_party/python/Modules/
Dmathmodule.c2627 math_dist_impl(PyObject *module, PyObject *p, PyObject *q) in math_dist_impl() function