Searched refs:shuge (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libm/src/
H A De_sinhf.c24 static const float one = 1.0, shuge = 1.0e37; variable
43 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
60 return x*shuge;
H A De_sinh.c29 * ln2ovft < x : sinh(x) := x*shuge (overflow)
39 static const double one = 1.0, shuge = 1.0e307; variable
60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
78 return x*shuge;
H A De_sinhl.c46 static const long double shuge = 0x1p16383L; variable
114 if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */
139 return x*shuge;
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dsinhq.c49 * ln2ovft < x : sinhl(x) := x*shuge (overflow)
58 static const __float128 one = 1.0, shuge = 1.0e4931Q, variable
90 if (shuge + x > one)
113 return x * shuge;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dsinhq.c49 * ln2ovft < x : sinhl(x) := x*shuge (overflow)
58 static const __float128 one = 1.0, shuge = 1.0e4931Q, variable
90 if (shuge + x > one)
113 return x * shuge;

Completed in 234 milliseconds