Searched refs:huge (Results 1 – 19 of 19) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_pow.c | 69 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 D | s_scalbn.c | 26 huge = 1.0e+300, variable 46 return huge * copysign(huge, x); /* overflow */ in scalbln() 55 return huge * copysign(huge, x); /* overflow */ in scalbln()
|
A D | s_round.c | 23 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 D | s_floor.c | 27 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 D | s_ceil.c | 27 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 D | s_expm1.c | 112 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 D | e_exp.c | 81 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 D | e_cosh.c | 36 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 78 return huge*huge; in __ieee754_cosh()
|
A D | s_asinh.c | 29 huge= 1.00000000000000000000e+300; variable 39 if(huge+x>one) return x; /* return x inexact except 0 */ in asinh()
|
A D | e_atanh.c | 33 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 D | s_atan.c | 65 huge = 1.0e300; variable 84 if(huge+x>one) return x; /* raise inexact */ in atan()
|
A D | e_asin.c | 47 huge = 1.000e+300, variable 78 if(huge+x>one) return x;/* return x with inexact if x!=0*/ in __ieee754_asin()
|
A D | e_j1.c | 63 huge = 1e300, variable 112 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */ in __ieee754_j1()
|
A D | e_j0.c | 63 huge = 1e300, variable 110 if(huge+x>one) { /* raise inexact if x != 0 */ in __ieee754_j0()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | README | 18 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 D | memory_resource | 388 * A lower value prevents allocating huge chunks that could remain mostly
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | memory_resource | 378 * A lower value prevents allocating huge chunks that could remain mostly
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | memory_resource | 380 * A lower value prevents allocating huge chunks that could remain mostly
|
/l4re-core-master/uclibc/doc/ |
A D | uclibc.cfg | 38 # Enabling this option can be useful when feeding doxygen a huge amount of
|
Completed in 19 milliseconds