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

  /prebuilts/go/darwin-x86/src/math/
cbrt.go 67 // one step newton iteration to 53 bits with error less than 0.667ulps
  /prebuilts/go/linux-x86/src/math/
cbrt.go 67 // one step newton iteration to 53 bits with error less than 0.667ulps
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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 689 milliseconds