Lines Matching refs:e167
398 self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167)399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167)