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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 39 abs(ulps(x) - ulps(y)) gives the difference in ulps between two
51 def ulps_check(expected, got, ulps=20):
53 check that they're equal to within the given number of ulps.
58 if abs(ulps_error) <= ulps:
60 return "error = {} ulps; permitted error = {} ulps".format(ulps_error,
61 ulps)
68 9 and 19 ulps.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 39 abs(ulps(x) - ulps(y)) gives the difference in ulps between two
51 def ulps_check(expected, got, ulps=20):
53 check that they're equal to within the given number of ulps.
58 if abs(ulps_error) <= ulps:
60 return "error = {} ulps; permitted error = {} ulps".format(ulps_error,
61 ulps)
68 9 and 19 ulps.""
    [all...]

Completed in 2026 milliseconds