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