Home
last modified time | relevance | path

Searched refs:__LO (Results 1 – 25 of 38) sorted by relevance

12

/external/fdlibm/
Ds_nextafter.c34 lx = __LO(x); /* low word of x */
36 ly = __LO(y); /* low word of y */
46 __LO(x) = 1;
72 __HI(y) = hx; __LO(y) = lx;
76 __HI(x) = hx; __LO(x) = lx;
De_pow.c114 hx = __HI(x); lx = __LO(x);
115 hy = __HI(y); ly = __LO(y);
206 __LO(t1) = 0;
228 __LO(s_h) = 0;
240 __LO(t_h) = 0;
247 __LO(p_h) = 0;
254 __LO(t1) = 0;
260 __LO(y1) = 0;
265 i = __LO(z);
295 __LO(t) = 0;
Dk_tan.c82 if (((ix | __LO(x)) | (iy + 1)) == 0) in __kernel_tan()
91 __LO(z) = 0; in __kernel_tan()
94 __LO(t) = 0; in __kernel_tan()
141 __LO(z) = 0; in __kernel_tan()
144 __LO(t) = 0; in __kernel_tan()
Ds_modf.c42 i1 = __LO(x); /* low x */
54 __LO(x) = 0; /* return +-0 */
65 __LO(x) = 0; /* return +-0 */
72 __LO(x) = 0; /* return +-0 */
De_fmod.c39 lx = __LO(x); /* low word of x */
41 ly = __LO(y); /* low word of y */
124 __LO(x) = lx;
136 __LO(x) = lx;
De_hypot.c68 if(((ha&0xfffff)|__LO(a))==0) w = a;
69 if(((hb^0x7ff00000)|__LO(b))==0) w = b;
79 if((hb|(__LO(b)))==0) return a;
Ds_ceil.c41 i1 = __LO(x);
76 __LO(x) = i1;
Ds_floor.c41 i1 = __LO(x);
77 __LO(x) = i1;
Ds_cbrt.c55 if((hx|__LO(x))==0)
74 __LO(t)=0; __HI(t)+=0x00000001;
De_remainder.c44 lx = __LO(x); /* low word of x */
46 lp = __LO(p); /* low word of p */
Ds_rint.c48 i1 = __LO(x);
81 __LO(x) = i1;
De_atan2.c68 lx = __LO(x);
70 ly = __LO(y);
De_asin.c81 if(((ix-0x3ff00000)|__LO(x))==0)
106 __LO(w) = 0;
De_acos.c72 if(((ix-0x3ff00000)|__LO(x))==0) { /* |x|==1 */
97 __LO(df) = 0;
De_sqrt.c104 ix1 = __LO(x); /* low word of x */
190 __LO(z) = ix1;
De_rem_pio2.c162 __LO(z) = __LO(x);
Dfdlibm.h29 #define __LO(x) *(int*)&x macro
34 #define __LO(x) *(1+(int*)&x)
Ds_isnan.c30 lx = __LO(x);
Ds_logb.c31 lx = __LO(x); /* low x */
De_jn.c69 lx = __LO(x);
227 lx = __LO(x);
Ds_ilogb.c33 lx = __LO(x);
Ds_frexp.c43 lx = __LO(x);
De_acosh.c56 } else if(((hx-0x3ff00000)|__LO(x))==0) {
De_atanh.c54 lx = __LO(x); /* low word */
De_log10.c73 lx = __LO(x); /* low word of x */

12