Home
last modified time | relevance | path

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

/external/python/cpython3/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()
/external/python/cpython3/Modules/
Dmathmodule.c2511 math_dist_impl(PyObject *module, PyObject *p, PyObject *q) in math_dist_impl() function