Searched defs:abs_tol (Results 1 – 8 of 8) sorted by relevance
| /external/python/pybind11/tests/ |
| D | test_sequences_and_iterators.py | 7 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/python/cpython3/Lib/test/ |
| D | test_math.py | 106 def ulp_abs_check(expected, got, ulp_tol, abs_tol): argument 174 def result_check(expected, got, ulp_tol=5, abs_tol=0.0): argument 239 def ftest(self, name, got, expected, ulp_tol=5, abs_tol=0.0): argument
|
| /external/python/cpython3/Modules/clinic/ |
| D | mathmodule.c.h | 588 double abs_tol = 0.0; in math_isclose() local
|
| D | cmathmodule.c.h | 903 double abs_tol = 0.0; in cmath_isclose() local
|
| /external/python/cpython3/Modules/ |
| D | cmathmodule.c | 1184 double rel_tol, double abs_tol) in cmath_isclose_impl()
|
| D | mathmodule.c | 2967 double abs_tol) in math_isclose_impl()
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_tests.py | 1301 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
| D | run_tests.py | 1347 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|