Home
last modified time | relevance | path

Searched refs:shuge (Results 1 – 2 of 2) 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.c38 static const double one = 1.0, shuge = 1.0e307; variable
58 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()
72 return x*shuge; in __ieee754_sinh()