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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dk_rem_pio2.c91 * jz local integer variable indicating the number of
159 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
180 jz = jk;
183 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
195 if(q0>0) { /* need iq[jz-1] to determine n */
196 i = (iq[jz-1]>>(24-q0)); n += i;
197 iq[jz-1] -= i<<(24-q0);
198 ih = iq[jz-1]>>(23-q0);
200 else if(q0==0) ih = iq[jz
[all...]

Completed in 32 milliseconds