Searched defs:isclose (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): function
|
/external/fonttools/Lib/fontTools/misc/ |
D | py23.py | 51 isclose = _math.isclose variable
|
/external/fonttools/Tests/misc/ |
D | py23_test.py | 264 isclose = staticmethod(isclose) variable in IsCloseTests
|
/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 599 isclose = cmath.isclose variable in IsCloseTests
|
D | test_math.py | 2027 isclose = math.isclose # subclasses should override this variable in IsCloseTests
|
/external/grpc-grpc/tools/run_tests/ |
D | run_tests.py | 1301 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_tests.py | 1343 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 468 def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False): # pylint: disable=missing-docstring function
|