Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c2512 vector_norm(Py_ssize_t n, double *vec, double max, int found_nan) in vector_norm() function
2682 result = vector_norm(n, diffs, max, found_nan); in math_dist_impl()
2735 result = vector_norm(nargs, coordinates, max, found_nan); in math_hypot()