Searched refs:shuge (Results 1 – 4 of 4) sorted by relevance
50 #define shuge 1.0e307 macro81 if (shuge + x > one) in sinh()110 return x * shuge; in sinh()
40 static const long double shuge = 0x1p16383L; variable108 if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */ in sinhl()133 return x*shuge; in sinhl()
488 shuge = '12345' * 120491 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}512 self.assertNotEqual(float(shuge), int(shuge),
2924 static const double shuge = 1.0e307; in sinh() local2949 return x * shuge; in sinh()