Home
last modified time | relevance | path

Searched defs:rel_tol (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/fonttools/Tests/pens/
H A Dutils.py134 def approx(self, other, rel_tol=1e-12): argument
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h587 double rel_tol = 1e-09; in math_isclose() local
Dcmathmodule.c.h902 double rel_tol = 1e-09; in cmath_isclose() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_device_type.py357 def rel_tol(self): member in DeviceTypeTestBase
361 def rel_tol(self, prec): member in DeviceTypeTestBase
H A Dcommon_utils.py2811 def rel_tol(self) -> float: member in TestCase
2815 def rel_tol(self, prec: float) -> None: member in TestCase
/aosp_15_r20/external/pytorch/test/
H A Dtest_modules.py26 rel_tol = 1e-5 variable in TestModule
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c1191 double rel_tol, double abs_tol) in cmath_isclose_impl()
Dmathmodule.c3009 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl()
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests.py1378 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1211 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument