Home
last modified time | relevance | path

Searched defs:isclose (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): function
/external/fonttools/Lib/fontTools/misc/
Dpy23.py51 isclose = _math.isclose variable
/external/fonttools/Tests/misc/
Dpy23_test.py264 isclose = staticmethod(isclose) variable in IsCloseTests
/external/python/cpython3/Lib/test/
Dtest_cmath.py599 isclose = cmath.isclose variable in IsCloseTests
Dtest_math.py2027 isclose = math.isclose # subclasses should override this variable in IsCloseTests
/external/grpc-grpc/tools/run_tests/
Drun_tests.py1301 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1343 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py468 def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False): # pylint: disable=missing-docstring function