Searched defs:hy (Results 1 - 21 of 21) sorted by relevance

/external/fdlibm/
H A Ds_nextafter.c30 int hx,hy,ix,iy; local
35 hy = __HI(y); /* high word of y */
38 iy = hy&0x7fffffff; /* |y| */
45 __HI(x) = hy&0x80000000; /* return +-minsubnormal */
51 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */
59 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */
67 hy
[all...]
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
40 hy = __HI(y); /* high word of y */
44 hy &= 0x7fffffff; /* |y| */
47 if((hy|ly)==0||(hx>=0x7ff00000)|| /* y=0,or x not finite */
48 ((hy|((ly|-ly)>>31))>0x7ff00000)) /* or y is NaN */
50 if(hx<=hy) {
51 if((hx<hy)||(lx<ly)) return x; /* |x|<|y| return x */
66 if(hy<0x00100000) { /* subnormal y */
67 if(hy==0) {
70 for (iy = -1022,i=(hy<<1
[all...]
H A De_atan2.c64 int k,m,hx,hy,ix,iy; local
69 hy = __HI(y); iy = hy&0x7fffffff;
75 m = ((hy>>31)&1)|((hx>>30)&2); /* 2*sign(x)+sign(y) */
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
108 if(iy==0x7ff00000) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
H A De_pow.c110 int hx,hy,ix,iy; local
115 hy = __HI(y); ly = __LO(y);
116 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
152 return (hy>=0)? y: zero;
154 return (hy<0)?-y: zero;
157 if(hy<0) return one/x; else return x;
159 if(hy==0x40000000) return x*x; /* y is 2 */
160 if(hy==0x3fe00000) { /* y is 0.5 */
171 if(hy<0) z = one/z; /* z = (1/|x|) */
193 if(ix<=0x3fefffff) return (hy<
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp38 int hy = h >> 2; local
49 SkIntToScalar(hx), SkIntToScalar(hy));
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp38 int hy = h >> 2; local
49 path.lineTo(SkIntToScalar(hx), SkIntToScalar(hy));
62 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_sqrt.h97 u_int32_t hx,hy; local
99 GET_HIGH_WORD(hy,y);
100 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
H A De_pow.h106 int32_t hx,hy,ix,iy; local
110 EXTRACT_WORDS(hy,ly,y);
111 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
147 return (hy>=0)? y: zero;
149 return (hy<0)?-y: zero;
152 if(hy<0) return one/x; else return x;
154 if(hy==0x40000000) return x*x; /* y is 2 */
155 if(hy==0x3fe00000) { /* y is 0.5 */
166 if(hy<0) z = one/z; /* z = (1/|x|) */
183 if(ix<=0x3fefffff) return (hy<
[all...]
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp38 int hy = h >> 2; local
49 SkIntToScalar(hx), SkIntToScalar(hy));
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp38 int hy = h >> 2; local
49 path.lineTo(SkIntToScalar(hx), SkIntToScalar(hy));
62 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp36 int hy = h >> 2; local
47 path.lineTo(hx, hy);
59 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
H A DEdgeWalkerPolygons_Mismatches.cpp1607 int hy = miss.h >> 2; local
1618 path.lineTo(hx, hy);
H A DEdgeWalkerQuadratic4x4_Test.cpp39 int hy = h >> 2; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp36 int hy = h >> 2; local
47 path.lineTo(hx, hy);
59 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy);
H A DEdgeWalkerPolygons_Mismatches.cpp1607 int hy = miss.h >> 2; local
1618 path.lineTo(hx, hy);
H A DEdgeWalkerQuadratic4x4_Test.cpp39 int hy = h >> 2; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
/external/llvm/lib/Support/
H A DAPInt.cpp293 // Split y into high 32-bit part (hy) and low 32-bit part (ly)
294 uint64_t ly = y & 0xffffffffULL, hy = y >> 32;
315 carry += (lx * hy) & 0xffffffffULL;
318 (carry >> 32) + ((lx * hy) >> 32) + hx * hy;
330 uint64_t ly = y[i] & 0xffffffffULL, hy = y[i] >> 32; local
345 carry += (lx * hy) & 0xffffffffULL;
350 ((lx * hy) >> 32) + hx * hy;
/external/tremolo/Tremolo/
H A Dfloor1.c389 int hy=fit_value[current]&0x7fff; local
390 if(hy==fit_value[current]){
392 hy*=info->mult;
395 render_line(n,lx,hx,ly,hy,out);
398 ly=hy;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c1293 GLhalfNV hx, hy; local
1296 hy = _mesa_float_to_half(a[1]);
1300 result[3] = hx | (hy << 16);
1785 GLushort hx, hy; local
1787 hy = raw >> 16;
1789 result[1] = result[3] = _mesa_half_to_float(hy);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1293 GLhalfNV hx, hy; local
1296 hy = _mesa_float_to_half(a[1]);
1300 result[3] = hx | (hy << 16);
1785 GLushort hx, hy; local
1787 hy = raw >> 16;
1789 result[1] = result[3] = _mesa_half_to_float(hy);
/external/libvorbis/lib/
H A Dfloor1.c657 int hy=post_Y(fit_valueA,fit_valueB,hn); local
659 if(ly==-1 || hy==-1){
663 if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
678 hy1=hy;
946 int hy=post[current]&0x7fff; local
947 if(hy==post[current]){
949 hy*=info->mult;
952 render_line0(n,lx,hx,ly,hy,ilogmask);
955 ly=hy;
1071 int hy local
[all...]

Completed in 1168 milliseconds