Home
last modified time | relevance | path

Searched refs:lz (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/lib/libm/common/m9x/
H A Dremquo.c62 unsigned lx, ly, lz; in fmodquo() local
143 lz = lx - ly; in fmodquo()
151 if ((hz | lz) == 0) { /* return sign(x)*0 */ in fmodquo()
160 hx = hz + hz + (lz >> 31); in fmodquo()
161 lx = lz + lz; in fmodquo()
166 lz = lx - ly; in fmodquo()
171 lx = lz; in fmodquo()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c97 …ailing_zeros_to_delete, needed_precision, *pp, *table[3], max[3], *start[3], *lz[3], tablepower[3]; in _big_float_times_power() local
118 lz[0] = 0; in _big_float_times_power()
119 lz[1] = 0; in _big_float_times_power()
120 lz[2] = 0; in _big_float_times_power()
140 lz[0] = _leading_zeros_tiny_powers_ten; in _big_float_times_power()
141 lz[1] = _leading_zeros_small_powers_ten; in _big_float_times_power()
142 lz[2] = _leading_zeros_big_powers_ten; in _big_float_times_power()
223 basexp = (base == 2) ? (lz[i])[tablepower[i]] : 0; in _big_float_times_power()
240 sumlz += (lz[i])[tablepower[i]]; in _big_float_times_power()
241 pbf->bexponent += 16 * (lz[i])[tablepower[i]]; in _big_float_times_power()
/titanic_41/usr/src/common/bzip2/
H A Dblocksort.c80 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument
84 #define fpop(lz,hz) { sp--; \ argument
85 lz = stackLo[sp]; \
596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
601 #define mpop(lz,hz,dz) { sp--; \ argument
602 lz = stackLo[sp]; \
/titanic_41/usr/src/cmd/boot/fiocompress/
H A DMakefile39 LDLIBS += -lz
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A DMakefile35 LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
/titanic_41/usr/src/tools/ctf/dump/
H A DMakefile.com35 LDLIBS += -lelf -lz
/titanic_41/usr/src/cmd/ssh/ssh-keysign/
H A DMakefile39 LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
/titanic_41/usr/src/cmd/ssh/ssh/
H A DMakefile42 -lz \
/titanic_41/usr/src/cmd/boot/bootadm/
H A DMakefile41 LDLIBS += -lnvpair -lgen -ladm -lefi -lscf -lz -lbe -lzfs $(LDLIBS_$(MACH))
/titanic_41/usr/src/tools/ctf/cvt/
H A DMakefile.com77 LDLIBS += -lz -lelf
/titanic_41/usr/src/lib/libzfs/
H A DMakefile.com76 $(DYNLIB) := LDLIBS += -lz
/titanic_41/usr/src/cmd/ssh/libssh/
H A DMakefile.com97 lintcheck := LDLIBS += -lcrypto -lz -lsocket -lnsl -lc
/titanic_41/usr/src/lib/libzpool/
H A DMakefile.com67 LDLIBS += -lcmdutils -lumem -lavl -lnvpair -lz -lc -lsysevent -lmd
/titanic_41/usr/src/cmd/ssh/sshd/
H A DMakefile74 -lz \
/titanic_41/usr/src/lib/libast/common/port/
H A Dlcgen.c275 Language_list_t* lz; local
467 lz->next = ll;
468 lz = ll;
/titanic_41/usr/src/cmd/mandoc/
H A Dchars.in366 CHAR("lz", "<>", 9674)