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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineParameterization.cpp 37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) {
47 if (diff < 0 || diff > ulps) {
57 return diff >= 0 && diff <= ulps;
CurveIntersection.h 22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
EdgeWalker.cpp 1700 int ulps; local
    [all...]
  /external/skia/experimental/Intersection/
LineParameterization.cpp 37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) {
47 if (diff < 0 || diff > ulps) {
57 return diff >= 0 && diff <= ulps;
CurveIntersection.h 22 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
EdgeWalker.cpp 1700 int ulps; local
    [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...]
  /frameworks/rs/api/
rs_core_math.spec 1404 Max 8192 ulps of error
1418 Max 8192 ulps of error
1432 Max 8192 ulps of error

Completed in 550 milliseconds