Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_long_future.py92 def check_truediv(self, a, b, skip_small=True): argument
103 if skip_small and max(abs(a), abs(b)) < 2**DBL_MANT_DIG:
/external/python/cpython3/Lib/test/
Dtest_long.py794 def check_truediv(self, a, b, skip_small=True): argument
803 if skip_small and max(abs(a), abs(b)) < 2**DBL_MANT_DIG: