Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h491 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/
Dmathmodule.c2280 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl() function