Searched refs:skip_small (Results 1 – 2 of 2) sorted by relevance
92 def check_truediv(self, a, b, skip_small=True): argument103 if skip_small and max(abs(a), abs(b)) < 2**DBL_MANT_DIG:
794 def check_truediv(self, a, b, skip_small=True): argument803 if skip_small and max(abs(a), abs(b)) < 2**DBL_MANT_DIG: