Searched refs:found_nan (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | mathmodule.c | 2469 The *found_nan* variable indicates whether some member of 2557 vector_norm(Py_ssize_t n, double *vec, double max, int found_nan) in vector_norm() argument 2568 if (found_nan) { in vector_norm() 2679 int found_nan = 0, p_allocated = 0, q_allocated = 0; in math_dist_impl() local 2722 found_nan |= Py_IS_NAN(x); in math_dist_impl() 2727 result = vector_norm(n, diffs, max, found_nan); in math_dist_impl() 2760 int found_nan = 0; in math_hypot() local 2775 found_nan |= Py_IS_NAN(x); in math_hypot() 2780 result = vector_norm(nargs, coordinates, max, found_nan); in math_hypot()
|
Completed in 5 milliseconds