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

/bionic/libm/src/
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_sinhf.c23 static const float one = 1.0, shuge = 1.0e37; variable
42 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */
59 return x*shuge;

Completed in 80 milliseconds