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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dk_rem_pio2.c100 * jz local integer variable indicating the number of
183 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
204 jz = jk;
207 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
219 if(q0>0) { /* need iq[jz-1] to determine n */
220 i = (iq[jz-1]>>(24-q0)); n += i;
221 iq[jz-1] -= i<<(24-q0);
222 ih = iq[jz-1]>>(23-q0);
224 else if(q0==0) ih = iq[jz
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp197 * jz local integer variable indicating the number of
261 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
282 jz = jk;
285 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
297 if(q0>0) { /* need iq[jz-1] to determine n */
298 i = (iq[jz-1]>>(24-q0)); n += i;
299 iq[jz-1] -= i<<(24-q0);
300 ih = iq[jz-1]>>(23-q0);
302 else if(q0==0) ih = iq[jz
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c1095 ZIP_FreeEntry(jzfile *jz, jzentry *ze) argument
1098 ZIP_Lock(jz);
1099 last = jz->cache;
1100 jz->cache = ze;
1101 ZIP_Unlock(jz);

Completed in 418 milliseconds