Searched refs:shuge (Results 1 – 2 of 2) sorted by relevance
22 static const float one = 1.0, shuge = 1.0e37; variable41 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinhf()55 return x*shuge; in __ieee754_sinhf()
38 static const double one = 1.0, shuge = 1.0e307; variable58 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()72 return x*shuge; in __ieee754_sinh()