Searched refs:hz (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_fmod.c48 int n,hx,hy,hz,ix,iy,sx,i; local
116 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
117 if(hz<0){hx = hx+hx+(lx>>31); lx = lx+lx;}
119 if((hz|lz)==0) /* return sign(x)*0 */
121 hx = hz+hz+(lz>>31); lx = lz+lz;
124 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
125 if(hz>
[all...]
H A Dk_cos.c84 double a,hz,z,r,qx; local
101 hz = 0.5*z-qx;
103 return a - (hz - (z*r-x*y));
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp661 double a,hz,z,r,qx; local
678 hz = 0.5*z-qx;
680 return a - (hz - (z*r-x*y));

Completed in 158 milliseconds