Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_pow.c69 huge = 1.0e300, variable
182 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny; in __ieee754_pow()
183 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny; in __ieee754_pow()
186 if(ix<0x3fefffff) return (hy<0)? huge*huge:tiny*tiny; in __ieee754_pow()
187 if(ix>0x3ff00000) return (hy>0)? huge*huge:tiny*tiny; in __ieee754_pow()
260 return s*huge*huge; /* overflow */ in __ieee754_pow()
262 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */ in __ieee754_pow()
A Ds_scalbn.c26 huge = 1.0e+300, variable
46 return huge * copysign(huge, x); /* overflow */ in scalbln()
55 return huge * copysign(huge, x); /* overflow */ in scalbln()
A Ds_round.c23 static const double huge = 1.0e300; variable
37 if (huge + x > 0.0) in round()
51 if (huge + x > 0.0) in round()
75 if (huge + x > 0.0) in round()
A Ds_floor.c27 static const double huge = 1.0e300; variable
37 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */ in floor()
45 if(huge+x>0.0) { /* raise inexact flag */ in floor()
56 if(huge+x>0.0) { /* raise inexact flag */ in floor()
A Ds_ceil.c27 static const double huge = 1.0e300; variable
37 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */ in ceil()
44 if(huge+x>0.0) { /* raise inexact flag */ in ceil()
55 if(huge+x>0.0) { /* raise inexact flag */ in ceil()
A Ds_expm1.c112 huge = 1.0e+300, variable
146 if(x > o_threshold) return huge*huge; /* overflow */ in expm1()
171 t = huge+x; /* return x with inexact flags when x!=0 */ in expm1()
172 return x - (t-(huge+x)); in expm1()
A De_exp.c81 huge = 1.0e+300, variable
120 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp()
137 if(huge+x>one) return one+x;/* trigger inexact */ in __ieee754_exp()
A De_cosh.c36 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
78 return huge*huge; in __ieee754_cosh()
A Ds_asinh.c29 huge= 1.00000000000000000000e+300; variable
39 if(huge+x>one) return x; /* return x inexact except 0 */ in asinh()
A De_atanh.c33 static const double one = 1.0, huge = 1e300; variable
48 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */ in __ieee754_atanh()
A Ds_atan.c65 huge = 1.0e300; variable
84 if(huge+x>one) return x; /* raise inexact */ in atan()
A De_asin.c47 huge = 1.000e+300, variable
78 if(huge+x>one) return x;/* return x with inexact if x!=0*/ in __ieee754_asin()
A De_j1.c63 huge = 1e300, variable
112 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */ in __ieee754_j1()
A De_j0.c63 huge = 1e300, variable
110 if(huge+x>one) { /* raise inexact if x != 0 */ in __ieee754_j0()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DREADME18 uClibc. If you are building a huge fileserver with 12 Terabytes
52 There is an unwholesomely huge amount of code out there
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dmemory_resource388 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dmemory_resource378 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dmemory_resource380 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/uclibc/doc/
A Duclibc.cfg38 # Enabling this option can be useful when feeding doxygen a huge amount of

Completed in 19 milliseconds