Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_hypot.c57 SET_HIGH_WORD(a,ha); /* a <- |a| */ in __ieee754_hypot()
58 SET_HIGH_WORD(b,hb); /* b <- |b| */ in __ieee754_hypot()
73 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
74 SET_HIGH_WORD(b,hb); in __ieee754_hypot()
82 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */ in __ieee754_hypot()
90 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
91 SET_HIGH_WORD(b,hb); in __ieee754_hypot()
98 SET_HIGH_WORD(t1,ha); in __ieee754_hypot()
104 SET_HIGH_WORD(_y1,hb); in __ieee754_hypot()
107 SET_HIGH_WORD(t1,ha+0x00100000); in __ieee754_hypot()
[all …]
A Ds_cbrt.c44 SET_HIGH_WORD(x,hx); /* x <- |x| */ in cbrt()
47 {SET_HIGH_WORD(t,0x43500000); /* set t= 2**54 */ in cbrt()
48 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2); in cbrt()
51 SET_HIGH_WORD(t,hx/3+B1); in cbrt()
73 SET_HIGH_WORD(t,high|sign); in cbrt()
A Ds_expm1.c195 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1()
201 SET_HIGH_WORD(t,0x3ff00000 - (0x200000>>k)); /* t=1-2^-k */ in expm1()
204 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1()
207 SET_HIGH_WORD(t,((0x3ff-k)<<20)); /* 2^-k */ in expm1()
211 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1()
A Ds_scalbn.c50 SET_HIGH_WORD(x, (hx & 0x800fffff) | (k << 20)); in scalbln()
59 SET_HIGH_WORD(x, (hx & 0x800fffff) | (k << 20)); in scalbln()
A Ds_rint.c64 SET_HIGH_WORD(x,i0); in rint()
68 SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31)); in rint()
A Ds_log1p.c134 SET_HIGH_WORD(u,hu|0x3ff00000); /* normalize u */ in log1p()
137 SET_HIGH_WORD(u,hu|0x3fe00000); /* normalize u/2 */ in log1p()
A De_pow.c210 SET_HIGH_WORD(ax,ix); in __ieee754_pow()
220 SET_HIGH_WORD(t_h,((ix>>1)|0x20000000)+0x00080000+(k<<18)); in __ieee754_pow()
281 SET_HIGH_WORD(t,n&~(0x000fffff>>k)); in __ieee754_pow()
299 else SET_HIGH_WORD(z,j); in __ieee754_pow()
A De_exp.c149 SET_HIGH_WORD(y,hy+(k<<20)); /* add k to y's exponent */ in __ieee754_exp()
154 SET_HIGH_WORD(y,hy+((k+1000)<<20)); /* add k to y's exponent */ in __ieee754_exp()
A Ds_fabs.c26 SET_HIGH_WORD(x,high&0x7fffffff); in fabs()
A Ds_copysign.c26 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000)); in copysign()
A Ds_frexp.c43 SET_HIGH_WORD(x,hx); in frexp()
A De_atanh.c49 SET_HIGH_WORD(x,ix); in __ieee754_atanh()
A De_log10.c77 SET_HIGH_WORD(x,hx); in __ieee754_log10()
A De_remainder.c63 SET_HIGH_WORD(x,hx^sx); in __ieee754_remainder()
A De_log2.c93 SET_HIGH_WORD(x,hx|(i^0x3ff00000)); /* normalize x or x/2 */ in __ieee754_log2()
A De_atan2.c109 SET_HIGH_WORD(z,zh ^ 0x80000000); in __ieee754_atan2()
A De_log.c100 SET_HIGH_WORD(x,hx|(i^0x3ff00000)); /* normalize x or x/2 */ in __ieee754_log()
A De_rem_pio2.c150 SET_HIGH_WORD(z, ix - ((int32_t)(e0<<20))); in __ieee754_rem_pio2()
A Dmath_private.h106 #define SET_HIGH_WORD(d,v) \ macro
A Dk_standard.c83 SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */ in __kernel_standard()

Completed in 15 milliseconds