HomeSort by relevance Sort by last modified time
    Searched refs:abs_err (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 64 def rAssertAlmostEqual(self, a, b, rel_err = 2e-15, abs_err = 5e-323,
70 abs_err are chosen to be suitable for platforms where a float is
109 if absolute_error <= max(abs_err, rel_err * abs(a)):
349 abs_err=real_abs_err,
test_math.py 63 def acc_check(expected, got, rel_err=2e-15, abs_err = 5e-323):
66 abs_err are chosen to be suitable for platforms where a float is
76 permitted_error = max(abs_err, rel_err * abs(expected))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 64 def rAssertAlmostEqual(self, a, b, rel_err = 2e-15, abs_err = 5e-323,
70 abs_err are chosen to be suitable for platforms where a float is
109 if absolute_error <= max(abs_err, rel_err * abs(a)):
349 abs_err=real_abs_err,
test_math.py 63 def acc_check(expected, got, rel_err=2e-15, abs_err = 5e-323):
66 abs_err are chosen to be suitable for platforms where a float is
76 permitted_error = max(abs_err, rel_err * abs(expected))
    [all...]

Completed in 382 milliseconds