Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_sequences_and_iterators.py7 def isclose(a, b, rel_tol=1e-05, abs_tol=0.0): argument
12 def allclose(a_list, b_list, rel_tol=1e-05, abs_tol=0.0): argument
/external/fonttools/Tests/pens/
Dutils.py128 def approx(self, other, rel_tol=1e-12): argument
/external/python/cpython3/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
/external/python/cpython3/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()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1347 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
/external/grpc-grpc/tools/run_tests/
Drun_tests.py1301 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument