Searched refs:shuge (Results 1 – 2 of 2) sorted by relevance
39 static const double one = 1.0, shuge = 1.0e307; variable60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()78 return x*shuge; in __ieee754_sinh()
746 shuge = '12345' * 120749 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}768 self.assertNotEqual(float(shuge), int(shuge),