Searched refs:shuge (Results 1 – 3 of 3) 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()
40 static const double one = 1.0, shuge = 1.0e307; variable60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()74 return x*shuge; in __ieee754_sinh()
40 static const long double shuge = 0x1p16383L; variable105 if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */ in sinhl()130 return x*shuge; in sinhl()