Home
last modified time | relevance | path

Searched refs:__HI (Results 1 – 25 of 51) sorted by relevance

123

/external/fdlibm/
De_hypot.c58 ha = __HI(x)&0x7fffffff; /* high word of x */
59 hb = __HI(y)&0x7fffffff; /* high word of y */
61 __HI(a) = ha; /* a <- |a| */
62 __HI(b) = hb; /* b <- |b| */
74 __HI(a) = ha;
75 __HI(b) = hb;
81 __HI(t1) = 0x7fd00000; /* t1=2^1022 */
89 __HI(a) = ha;
90 __HI(b) = hb;
97 __HI(t1) = ha;
[all …]
Ds_cbrt.c51 hx = __HI(x); /* high word of x */
58 __HI(x) = hx; /* x <- |x| */
61 {__HI(t)=0x43500000; /* set t= 2**54 */
62 t*=x; __HI(t)=__HI(t)/3+B2;
65 __HI(t)=hx/3+B1;
74 __LO(t)=0; __HI(t)+=0x00000001;
85 __HI(t) |= sign;
Ds_rint.c46 i0 = __HI(x);
56 __HI(x)=i0;
59 i0 = __HI(t);
60 __HI(t) = (i0&0x7fffffff)|(sx<<31);
80 __HI(x) = i0;
Ds_nextafter.c33 hx = __HI(x); /* high word of x */
35 hy = __HI(y); /* high word of y */
45 __HI(x) = hy&0x80000000; /* return +-minsubnormal */
72 __HI(y) = hx; __LO(y) = lx;
76 __HI(x) = hx; __LO(x) = lx;
Ds_expm1.c140 hx = __HI(x); /* high word of x */
200 __HI(y) += (k<<20); /* add k to y's exponent */
205 __HI(t) = 0x3ff00000 - (0x200000>>k); /* t=1-2^-k */
207 __HI(y) += (k<<20); /* add k to y's exponent */
209 __HI(t) = ((0x3ff-k)<<20); /* 2^-k */
212 __HI(y) += (k<<20); /* add k to y's exponent */
Ds_log1p.c109 hx = __HI(x); /* high word of x */
132 hu = __HI(u); /* high word of u */
138 hu = __HI(u); /* high word of u */
144 __HI(u) = hu|0x3ff00000; /* normalize u */
147 __HI(u) = hu|0x3fe00000; /* normalize u/2 */
De_pow.c114 hx = __HI(x); lx = __LO(x);
115 hy = __HI(y); ly = __LO(y);
213 {ax *= two53; n -= 53; ix = __HI(ax); }
221 __HI(ax) = ix;
231 __HI(t_h)=((ix>>1)|0x20000000)+0x00080000+(k<<18);
264 j = __HI(z);
289 __HI(t) = (n&~(0x000fffff>>k));
304 j = __HI(z);
307 else __HI(z) += (n<<20);
Ds_scalbn.c41 hx = __HI(x);
47 hx = __HI(x);
55 {__HI(x) = (hx&0x800fffff)|(k<<20); return x;}
61 __HI(x) = (hx&0x800fffff)|(k<<20);
Ds_modf.c41 i0 = __HI(x); /* high x */
53 __HI(x) &= 0x80000000;
64 __HI(x) &= 0x80000000;
71 __HI(x) &= 0x80000000;
Ds_copysign.c29 __HI(x) = (__HI(x)&0x7fffffff)|(__HI(y)&0x80000000);
Ds_frexp.c41 hx = __HI(x);
48 hx = __HI(x);
54 __HI(x) = hx;
De_log10.c72 hx = __HI(x); /* high word of x */
81 hx = __HI(x); /* high word of x */
88 __HI(x) = hx;
De_remainder.c43 hx = __HI(x); /* high word of x */
45 hp = __HI(p); /* high word of p */
75 __HI(x) ^= sx;
De_rem_pio2.c94 hx = __HI(x); /* high word of x */
134 i = j-(((__HI(y[0]))>>20)&0x7ff);
141 i = j-(((__HI(y[0]))>>20)&0x7ff);
164 __HI(z) = ix - (e0<<20);
De_fmod.c38 hx = __HI(x); /* high word of x */
40 hy = __HI(y); /* high word of y */
123 __HI(x) = hx|sx;
135 __HI(x) = hx|sx;
De_atan2.c67 hx = __HI(x); ix = hx&0x7fffffff;
69 hy = __HI(y); iy = hy&0x7fffffff;
117 case 1: __HI(z) ^= 0x80000000;
De_exp.c112 hx = __HI(x); /* high word of x */
150 __HI(y) += (k<<20); /* add k to y's exponent */
153 __HI(y) += ((k+1000)<<20);/* add k to y's exponent */
De_log.c96 hx = __HI(x); /* high word of x */
105 hx = __HI(x); /* high word of x */
111 __HI(x) = hx|(i^0x3ff00000); /* normalize x or x/2 */
De_atanh.c53 hx = __HI(x); /* high word */
61 __HI(x) = ix; /* x <- |x| */
Dk_cos.c73 ix = __HI(x)&0x7fffffff; /* ix = |x|'s high word*/
85 __HI(qx) = ix-0x00200000; /* x/4 */
Ds_ceil.c40 i0 = __HI(x);
75 __HI(x) = i0;
Ds_floor.c40 i0 = __HI(x);
76 __HI(x) = i0;
De_j0.c98 hx = __HI(x);
167 hx = __HI(x);
334 ix = 0x7fffffff&__HI(x);
469 ix = 0x7fffffff&__HI(x);
De_j1.c99 hx = __HI(x);
168 hx = __HI(x);
332 ix = 0x7fffffff&__HI(x);
468 ix = 0x7fffffff&__HI(x);
/external/arm-optimized-routines/math/single/
De_rem_pio2.c33 hx = __HI(x); /* high word of x */ in __ieee754_rem_pio2()
82 i = j-(((__HI(y[0]))>>20)&0x7ff); in __ieee754_rem_pio2()
133 unsigned mant1 = 0x00100000 | (__HI(x) & 0xFFFFF); in __ieee754_rem_pio2()
157 int topbitindex = ((__HI(x) >> 20) & 0x7FF) - 1013; in __ieee754_rem_pio2()
261 if (__HI(x) & 0x80000000) { in __ieee754_rem_pio2()

123