Searched refs:shuge (Results 1 – 5 of 5) sorted by relevance
22 static const float one = 1.0, shuge = 1.0e37; variable42 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinhf()60 return math_narrow_eval (x*shuge); in __ieee754_sinhf()
37 static const long double one = 1.0, shuge = 1.0e307; variable60 if(shuge+x>one) return x;/* sinhl(tiny) = tiny with inexact */ in __ieee754_sinhl()79 return x*shuge; in __ieee754_sinhl()
43 static const long double one = 1.0, shuge = 1.0e4931L; variable64 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinhl()85 return x*shuge; in __ieee754_sinhl()
42 static const double one = 1.0, shuge = 1.0e307; variable67 if (shuge + x > one) in __ieee754_sinh()91 return math_narrow_eval (x * shuge); in __ieee754_sinh()
60 static const _Float128 one = 1.0, shuge = L(1.0e4931), variable92 if (shuge + x > one) in __ieee754_sinhl()115 return x * shuge; in __ieee754_sinhl()