Searched refs:hx (Results 1 - 25 of 70) sorted by last modified time

123

/external/valgrind/main/coregrind/
H A Dm_transtab.c636 /* True if hx is a dead host extent, i.e. corresponds to host code
639 Bool HostExtent__is_dead (const HostExtent* hx, const Sector* sec) argument
641 const UInt tteNo = hx->tteNo;
646 hx->start, hx->len, (int)(sec - sectors), \
647 hx->tteNo, \
661 if ((UChar*) sec->tt[tteNo].tcptr >= hx->start + hx->len) {
697 HostExtent* hx = VG_(indexXA)(host_extents, firstW); local
698 UInt tteNo = hx
1269 const HostExtent* hx = VG_(indexXA)(sec->host_extents, i); local
1641 { HostExtent hx; local
[all...]
/external/tremolo/Tremolo/
H A Dfloor1.c178 int hx=info->postlist[1]; local
186 if(x<hx && x>currentx){
188 hx=x;
384 int hx=0; local
393 hx=info->postlist[current];
395 render_line(n,lx,hx,ly,hy,out);
397 lx=hx;
401 for(j=hx;j<n;j++)out[j]*=ly; /* be certain */
/external/skia/src/core/
H A DSkColor.cpp93 SkFixed hx = (hsv[0] < 0 || hsv[0] >= SkIntToScalar(360)) ? 0 : SkScalarToFixed(hsv[0]/60); local
94 SkFixed f = hx & 0xFFFF;
103 SkASSERT((unsigned)(hx >> 16) < 6);
104 switch (hx >> 16) {
H A DSkScan_Antihair.cpp396 int hx = (x0 >> 1) + (x1 >> 1);
398 do_anti_hairline(x0, y0, hx, hy, clip, blitter);
399 do_anti_hairline(hx, hy, x1, y1, clip, blitter);
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp37 int hx = h & 0x03; local
49 SkIntToScalar(hx), SkIntToScalar(hy));
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp37 int hx = h & 0x03; local
49 path.lineTo(SkIntToScalar(hx), SkIntToScalar(hy));
62 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp35 int hx = h & 0x03; local
47 path.lineTo(hx, hy);
59 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
H A DEdgeWalkerPolygons_Mismatches.cpp1606 int hx = miss.h & 0x03; local
1618 path.lineTo(hx, hy);
H A DEdgeWalkerQuadratic4x4_Test.cpp38 int hx = h & 0x03; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_log.h94 int32_t k,hx,i,j; local
97 EXTRACT_WORDS(hx,lx,x);
100 if (hx < 0x00100000) { /* x < 2**-1022 */
101 if (((hx&0x7fffffff)|lx)==0)
103 if (hx<0) return (x-x)/zero; /* log(-#) = NaN */
105 GET_HIGH_WORD(hx,x);
107 if (hx >= 0x7ff00000) return x+x;
108 k += (hx>>20)-1023;
109 hx &= 0x000fffff;
110 i = (hx
[all...]
H A De_pow.h106 int32_t hx,hy,ix,iy; local
109 EXTRACT_WORDS(hx,lx,x);
111 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
127 if(hx<0) {
156 if(hx>=0) /* x >= +0 */
167 if(hx<0) {
178 if(((((u_int32_t)hx>>31)-1)|yisint)==0) return (x-x)/(x-x);
249 if(((((u_int32_t)hx>>31)-1)|(yisint-1))==0)
H A De_sqrt.h97 u_int32_t hx,hy; local
98 GET_HIGH_WORD(hx,x);
100 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
111 int32_t k,hx,lx; local
112 EXTRACT_WORDS(hx,lx,x);
113 k = (hx&0x7ff00000)>>20; /* extract exponent */
115 if ((lx|(hx&0x7fffffff))==0) return x; /* +-0 */
117 GET_HIGH_WORD(hx,x);
118 k = ((hx&0x7ff00000)>>20) - 54;
125 {SET_HIGH_WORD(x,(hx
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1293 GLhalfNV hx, hy; local
1295 hx = _mesa_float_to_half(a[0]);
1300 result[3] = hx | (hy << 16);
1785 GLushort hx, hy; local
1786 hx = raw & 0xffff;
1788 result[0] = result[2] = _mesa_half_to_float(hx);
/external/llvm/lib/Support/
H A DAPInt.cpp301 uint64_t hx = x[i] >> 32; local
310 carry = hx * ly + (dest[i] >> 32) + (hasCarry ? (1ULL << 32) : 0);
318 (carry >> 32) + ((lx * hy) >> 32) + hx * hy;
331 uint64_t carry = 0, lx = 0, hx = 0; local
334 hx = x[j] >> 32;
342 carry = (hasCarry ? (1ULL << 32) : 0) + hx * ly + (resul >> 32);
350 ((lx * hy) >> 32) + hx * hy;
/external/libvorbis/doc/
H A D07-floor1.tex358 1) [hx] = 0
366 7) [hx] = [floor1_X_list]' element [i]
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
368 9) [lx] = [hx]
373 11) if ( [hx] is less than [n] ) \{
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
379 13) if ( [hx] is greater than [n] ) \{
/external/libvorbis/lib/
H A Dfloor1.c252 int hx=look->n; local
260 if(x<hx && x>currentx){
262 hx=x;
655 int hx=info->postlist[hn]; local
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
939 int hx=0; local
950 hx=info->postlist[current];
952 render_line0(n,lx,hx,ly,hy,ilogmask);
954 lx=hx;
958 for(j=hx;
1066 int hx=0; local
[all...]
/external/fdlibm/
H A De_acos.c68 int hx,ix; local
69 hx = __HI(x);
70 ix = hx&0x7fffffff;
73 if(hx>0) return 0.0; /* ieee_acos(1) = 0 */
85 } else if (hx<0) { /* x < -0.5 */
H A De_acosh.c47 int hx; local
48 hx = __HI(x);
49 if(hx<0x3ff00000) { /* x < 1 */
51 } else if(hx >=0x41b00000) { /* x > 2**28 */
52 if(hx >=0x7ff00000) { /* x is inf of NaN */
56 } else if(((hx-0x3ff00000)|__LO(x))==0) {
58 } else if (hx > 0x40000000) { /* 2**28 > x > 2 */
H A De_asin.c77 int hx,ix; local
78 hx = __HI(x);
79 ix = hx&0x7fffffff;
113 if(hx>0) return t; else return -t;
H A De_atan2.c64 int k,m,hx,hy,ix,iy; local
67 hx = __HI(x); ix = hx&0x7fffffff;
74 if((hx-0x3ff00000|lx)==0) return ieee_atan(y); /* x=1.0 */
75 m = ((hy>>31)&1)|((hx>>30)&2); /* 2*sign(x)+sign(y) */
113 else if(hx<0&&k<-60) z=0.0; /* |y|/x < -2**60 */
H A De_atanh.c51 int hx,ix; local
53 hx = __HI(x); /* high word */
55 ix = hx&0x7fffffff;
67 if(hx>=0) return t; else return -t;
H A De_exp.c110 unsigned hx; local
112 hx = __HI(x); /* high word of x */
113 xsb = (hx>>31)&1; /* sign bit of x */
114 hx &= 0x7fffffff; /* high word of |x| */
117 if(hx >= 0x40862E42) { /* if |x|>=709.78... */
118 if(hx>=0x7ff00000) {
119 if(((hx&0xfffff)|__LO(x))!=0)
128 if(hx > 0x3fd62e42) { /* if |x| > 0.5 ln2 */
129 if(hx < 0x3FF0A2B2) { /* and |x| < 1.5 ln2 */
139 else if(hx <
[all...]
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
38 hx = __HI(x); /* high word of x */
42 sx = hx&0x80000000; /* sign of x */
43 hx ^=sx; /* |x| */
47 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
50 if(hx<=hy) {
51 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
57 if(hx<0x00100000) { /* subnormal x */
58 if(hx==0) {
61 for (ix = -1022,i=(hx<<1
[all...]
H A De_j0.c96 int hx,ix; local
98 hx = __HI(x);
99 ix = hx&0x7fffffff;
165 int hx,ix,lx; local
167 hx = __HI(x);
168 ix = 0x7fffffff&hx;
173 if(hx<0) return zero/zero;
H A De_j1.c97 int hx,ix; local
99 hx = __HI(x);
100 ix = hx&0x7fffffff;
122 if(hx<0) return -z;
166 int hx,ix,lx; local
168 hx = __HI(x);
169 ix = 0x7fffffff&hx;
174 if(hx<0) return zero/zero;

Completed in 217 milliseconds

123