Lines Matching refs:_epsilon
22 _epsilon = 1e-5 variable
2647 eps = _epsilon * abs(self.high - self.low)
2696 eps = _epsilon * (self.high - self.low)
2804 eps = _epsilon * (self.high - self.low)
2848 eps = _epsilon * (self.high - self.low)
2901 if 1.*abs(t - self.low)/last_granularity < _epsilon:
2903 if 1.*abs(t - self.high)/last_granularity < _epsilon:
2908 if abs(lowN - round(lowN)) < _epsilon and not low_in_ticks:
2910 if abs(highN - round(highN)) < _epsilon and not high_in_ticks:
2950 if self.low > original_ticks[0] + _epsilon or self.high < original_ticks[-1] - _epsilon:
2965 if abs(x-t) < _epsilon * (self.high - self.low):
2982 eps = _epsilon * (self.high - self.low)