Searched refs:lx (Results 1 - 25 of 43) sorted by relevance

12

/external/fdlibm/
H A Ds_isnan.c28 int hx,lx; local
30 lx = __LO(x);
31 hx |= (unsigned)(lx|(-lx))>>31;
H A Ds_nextafter.c31 unsigned lx,ly; local
34 lx = __LO(x); /* low word of x */
40 if(((ix>=0x7ff00000)&&((ix-0x7ff00000)|lx)!=0) || /* x is nan */
44 if((ix|lx)==0) { /* x == 0 */
51 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */
52 if(lx==0) hx -= 1;
53 lx -= 1;
55 lx += 1;
56 if(lx==0) hx += 1;
59 if(hy>=0||hx>hy||((hx==hy)&&(lx>l
[all...]
H A Ds_ilogb.c29 int hx,lx,ix; local
33 lx = __LO(x);
34 if((hx|lx)==0)
38 for (ix = -1043; lx>0; lx<<=1) ix -=1;
H A De_fmod.c36 unsigned lx,ly,lz; local
39 lx = __LO(x); /* low word of x */
51 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
52 if(lx==ly)
59 for (ix = -1043, i=lx; i>0; i<<=1) ix -=1;
74 /* set up {hx,lx}, {hy,ly} and align y to x */
80 hx = (hx<<n)|(lx>>(32-n));
81 lx <<= n;
83 hx = lx<<(n-32);
84 lx
[all...]
H A Ds_logb.c29 int lx,ix; local
31 lx = __LO(x); /* low x */
32 if((ix|lx)==0) return -1.0/ieee_fabs(x);
H A Ds_frexp.c40 int hx, ix, lx; local
43 lx = __LO(x);
45 if(ix>=0x7ff00000||((ix|lx)==0)) return x; /* 0,inf,nan */
H A De_atanh.c52 unsigned lx; local
54 lx = __LO(x); /* low word */
56 if ((ix|((lx|(-lx))>>31))>0x3ff00000) /* |x|>1 */
H A De_log10.c70 unsigned lx; local
73 lx = __LO(x); /* low word of x */
77 if (((hx&0x7fffffff)|lx)==0)
H A De_atan2.c65 unsigned lx,ly; local
68 lx = __LO(x);
71 if(((ix|((lx|-lx)>>31))>0x7ff00000)||
74 if((hx-0x3ff00000|lx)==0) return ieee_atan(y); /* x=1.0 */
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
H A De_cosh.c52 unsigned lx; local
79 lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x);
81 (ix==0x408633ce)&&(lx<=(unsigned)0x8fb9f87d)) {
H A De_remainder.c40 unsigned sx,lx,lp; local
44 lx = __LO(x); /* low word of x */
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
H A De_sinh.c49 unsigned lx; local
73 lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x);
74 if (ix<0x408633CE || (ix==0x408633ce)&&(lx<=(unsigned)0x8fb9f87d)) {
H A Ds_scalbn.c40 int k,hx,lx; local
42 lx = __LO(x);
45 if ((lx|(hx&0x7fffffff))==0) return x; /* +-0 */
H A De_jn.c60 int i,hx,ix,lx, sgn; local
69 lx = __LO(x);
71 if((ix|((unsigned)(lx|-lx))>>31)>0x7ff00000) return x+x;
81 if((ix|lx)==0||ix>=0x7ff00000) /* if x is 0 or inf */
221 int i,hx,ix,lx; local
227 lx = __LO(x);
229 if((ix|((unsigned)(lx|-lx))>>31)>0x7ff00000) return x+x;
230 if((ix|lx)
[all...]
H A De_log.c94 unsigned lx; local
97 lx = __LO(x); /* low word of x */
101 if (((hx&0x7fffffff)|lx)==0)
H A De_lgamma_r.c214 int i,hx,lx,ix; local
217 lx = __LO(x);
223 if((ix|lx)==0) return one/zero;
241 if((((ix-0x3ff00000)|lx)==0)||(((ix-0x40000000)|lx)==0)) r = 0;
H A De_pow.c111 unsigned lx,ly; local
114 hx = __HI(x); lx = __LO(x);
122 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
149 if(((ix-0x3ff00000)|lx)==0)
168 if(lx==0) {
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.pass.cpp27 struct two {char lx; char lxx;}; member in struct:has_value_type::two
/external/clang/test/SemaCXX/
H A Dclass.cpp80 static int lx; local
82 int m() { return lx; }
85 int m() { return lx; }
/external/clang/test/OpenMP/
H A Datomic_update_codegen.cpp16 long lv, lx; variable
161 lx /= lv;
457 lx = lx % usv;
H A Datomic_read_codegen.c16 long lv, lx; variable
109 lv = lx;
175 usv = lx;
H A Datomic_write_codegen.c16 long lv, lx; variable
109 lx = lv;
192 lx = usv;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c577 trace_dump_writef("<ptr>0x%08lx</ptr>", (unsigned long)(uintptr_t)value);
/external/tremolo/Tremolo/
H A Dfloor1.c177 int lx=0; local
182 if(x>lx && x<currentx){
184 lx=x;
386 int lx=0; local
396 render_line(n,lx,hx,ly,hy,out);
398 lx=hx;
/external/skia/src/effects/
H A DSkEmbossMask.cpp88 SkFixed lx = SkScalarToFixed(light.fDirection[0]); local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;

Completed in 318 milliseconds

12