Searched defs:abs_tol (Results 1 – 11 of 11) sorted by relevance
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/ |
D | hermite.pass.cpp | 48 Real abs_tol; member in CompareFloatingValues
|
D | cmath.pass.cpp | 1126 const auto check = [](Real elem, Real abs_tol) { in operator ()()
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | hermite.pass.cpp | 48 Real abs_tol; member in CompareFloatingValues
|
D | cmath.pass.cpp | 1126 const auto check = [](Real elem, Real abs_tol) { in operator ()()
|
/external/python/cpython3/Lib/test/ |
D | test_math.py | 107 def ulp_abs_check(expected, got, ulp_tol, abs_tol): argument 175 def result_check(expected, got, ulp_tol=5, abs_tol=0.0): argument 247 def ftest(self, name, got, expected, ulp_tol=5, abs_tol=0.0): argument
|
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 932 double abs_tol = 0.0; in cmath_isclose() local
|
D | mathmodule.c.h | 672 double abs_tol = 0.0; in math_isclose() local
|
/external/python/cpython3/Modules/ |
D | cmathmodule.c | 1144 double rel_tol, double abs_tol) in cmath_isclose_impl()
|
D | mathmodule.c | 3162 double abs_tol) in math_isclose_impl()
|
/external/grpc-grpc/tools/run_tests/ |
D | run_tests.py | 1378 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_tests.py | 1211 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|