Searched defs:abs_tol (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | zoom_capture_utils.py | 358 def _are_values_non_decreasing(values, abs_tol=0): argument 363 def _are_values_non_increasing(values, abs_tol=0): argument
|
H A D | image_processing_utils.py | 1425 def point_in_triangle(x1, y1, x2, y2, x3, y3, xp, yp, abs_tol): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_math.py | 106 def ulp_abs_check(expected, got, ulp_tol, abs_tol): argument 174 def result_check(expected, got, ulp_tol=5, abs_tol=0.0): argument 239 def ftest(self, name, got, expected, ulp_tol=5, abs_tol=0.0): argument
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 588 double abs_tol = 0.0; in math_isclose() local
|
D | cmathmodule.c.h | 903 double abs_tol = 0.0; in cmath_isclose() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | cmathmodule.c | 1191 double rel_tol, double abs_tol) in cmath_isclose_impl()
|
D | mathmodule.c | 3010 double abs_tol) in math_isclose_impl()
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/ |
H A D | run_tests.py | 1378 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/ |
D | run_tests.py | 1211 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|