Searched defs:ulp_tol (Results 1 – 1 of 1) sorted by relevance
/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
|