Home
last modified time | relevance | path

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

/device/google/contexthub/lib/libm/
Dsf_scalbn.c33 huge = 1.0e+30, variable
60 if (k > FLT_LARGEST_EXP) return huge*copysignf(huge,x); /* overflow */
65 return huge*copysignf(huge,x); /*overflow*/
Dsf_floor.c28 static const float huge = 1.0e30; variable
30 static float huge = 1.0e30; variable
47 if(huge+x>(float)0.0) {/* return 0*sign(x) if |x|<1 */
55 if(huge+x>(float)0.0) { /* raise inexact flag */
Dsf_atan.c65 huge = 1.0e30; variable
86 if(huge+x>one) return x; /* raise inexact */
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
De_expf.c42 huge = 1.0e+30, variable
62 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_expf()
79 if(huge+x>one) return one+x;/* trigger inexact */ in __ieee754_expf()
Ds_atanf.c46 huge = 1.0e30; variable
63 if(huge+x>one) return x; /* raise inexact */ in atanf()
/device/linaro/hikey/
Dinit.hikey.rc7 # disable transparent huge pages