Searched refs:huge (Results 1 – 6 of 6) sorted by relevance
33 huge = 1.0e+30, variable60 if (k > FLT_LARGEST_EXP) return huge*copysignf(huge,x); /* overflow */65 return huge*copysignf(huge,x); /*overflow*/
28 static const float huge = 1.0e30; variable30 static float huge = 1.0e30; variable47 if(huge+x>(float)0.0) {/* return 0*sign(x) if |x|<1 */55 if(huge+x>(float)0.0) { /* raise inexact flag */
65 huge = 1.0e30; variable86 if(huge+x>one) return x; /* raise inexact */
42 huge = 1.0e+30, variable62 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_expf()79 if(huge+x>one) return one+x;/* trigger inexact */ in __ieee754_expf()
46 huge = 1.0e30; variable63 if(huge+x>one) return x; /* raise inexact */ in atanf()
7 # disable transparent huge pages