Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_sinh.c33 static const double one = 1.0, shuge = 1.0e307; variable
53 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()
71 return x*shuge; in __ieee754_sinh()

Completed in 2 milliseconds