Home
last modified time | relevance | path

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

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