Home
last modified time | relevance | path

Searched defs:isclose (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dpy23.py271 isclose = _math.isclose variable
278 def isclose(a, b, rel_tol=1e-09, abs_tol=0): function
/external/fonttools/Tests/misc/
Dpy23_test.py264 isclose = staticmethod(isclose) variable in IsCloseTests
/external/python/cpython3/Lib/test/
Dtest_cmath.py602 isclose = cmath.isclose variable in IsCloseTests
Dtest_math.py1426 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