Home
last modified time | relevance | path

Searched defs:rel_tol (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/clinic/
Dmathmodule.c.h587 double rel_tol = 1e-09; in math_isclose() local
Dcmathmodule.c.h902 double rel_tol = 1e-09; in cmath_isclose() local
/third_party/python/Modules/
Dcmathmodule.c1184 double rel_tol, double abs_tol) in cmath_isclose_impl()
Dmathmodule.c2966 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl()