Home
last modified time | relevance | path

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

/external/fdlibm/
De_sinh.c35 static const double one = 1.0, shuge = 1.0e307; variable
37 static double one = 1.0, shuge = 1.0e307; variable
63 if(shuge+x>one) return x;/* ieee_sinh(tiny) = tiny with inexact */
81 return x*shuge;