Home
last modified time | relevance | path

Searched refs:to_ulps (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_math.py36 def to_ulps(x): function
57 ulps_error = to_ulps(got) - to_ulps(expected)
/external/python/cpython3/Lib/test/
Dtest_math.py39 def to_ulps(x): function
113 ulp_error = abs(to_ulps(expected) - to_ulps(got))