/external/qemu/distrib/sdl-1.2.15/src/video/ |
e_pow.h | 106 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<0)? huge*huge:tiny*tiny [all...] |
/external/tremolo/Tremolo/ |
floor1.c | 389 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;
|
/libcore/luni/src/main/java/java/lang/ |
Math.java | 978 int hy = Float.floatToRawIntBits(Float.MAX_VALUE); local [all...] |
/external/fdlibm/ |
e_pow.c | 110 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<0)? huge*huge:tiny*tiny [all...] |
/external/libvorbis/lib/ |
floor1.c | 657 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=fit_value[current]&0x7fff local [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dtypes.h | 182 D3DVALUE hy;
member in union:_D3DHVERTEX::__anon14252
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 182 D3DVALUE hy;
member in union:_D3DHVERTEX::__anon14435
|