Searched refs:math_isclose_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 491 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, 510 _return_value = math_isclose_impl(module, a, b, rel_tol, abs_tol); in math_isclose()
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 2280 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl() function
|