Searched refs:math_hypot_impl (Results 1 – 2 of 2) sorted by relevance
282 math_hypot_impl(PyObject *module, double x, double y);295 return_value = math_hypot_impl(module, x, y); in math_hypot()
2046 math_hypot_impl(PyObject *module, double x, double y) in math_hypot_impl() function