Home
last modified time | relevance | path

Searched refs:shuge (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_sinhf.c22 static const float one = 1.0, shuge = 1.0e37; variable
41 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinhf()
55 return x*shuge; in __ieee754_sinhf()
De_sinh.c40 static const double one = 1.0, shuge = 1.0e307; variable
60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()
74 return x*shuge; in __ieee754_sinh()
De_sinhl.c40 static const long double shuge = 0x1p16383L; variable
105 if(shuge+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */ in sinhl()
130 return x*shuge; in sinhl()