Searched refs:lz (Results 1 - 7 of 7) 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/jdk/make/tools/freetypecheck/
H A DMakefile54 FT_LD_OPTIONS += -lfreetype -lz
/openjdk7/jdk/make/java/instrument/
H A DMakefile114 OTHER_LDLIBS += -lz
/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java46 lz();
50 static void lz() throws Exception { method in class:Test6823354
/openjdk7/jdk/make/common/shared/
H A DDefs-linux.gmk134 ZLIB_LIBS=-lz
H A DDefs-macosx.gmk148 ZLIB_LIBS=-lz
H A DDefs-solaris.gmk145 ZLIB_LIBS=-lz

Completed in 58 milliseconds