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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_fmod.c49 unsigned lx,ly,lz; local
116 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1;
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>=0) {hx=hz;lx=lz;}
/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java46 lz();
50 static void lz() throws Exception { method in class:Test6823354

Completed in 34 milliseconds