Searched refs:lz (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | remquo.c | 62 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.c | 97 …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 D | blocksort.c | 80 #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 D | Makefile | 39 LDLIBS += -lz
|
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | Makefile | 35 LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
|
/titanic_41/usr/src/tools/ctf/dump/ |
H A D | Makefile.com | 35 LDLIBS += -lelf -lz
|
/titanic_41/usr/src/cmd/ssh/ssh-keysign/ |
H A D | Makefile | 39 LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | Makefile | 42 -lz \
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | Makefile | 41 LDLIBS += -lnvpair -lgen -ladm -lefi -lscf -lz -lbe -lzfs $(LDLIBS_$(MACH))
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | Makefile.com | 77 LDLIBS += -lz -lelf
|
/titanic_41/usr/src/lib/libzfs/ |
H A D | Makefile.com | 76 $(DYNLIB) := LDLIBS += -lz
|
/titanic_41/usr/src/cmd/ssh/libssh/ |
H A D | Makefile.com | 97 lintcheck := LDLIBS += -lcrypto -lz -lsocket -lnsl -lc
|
/titanic_41/usr/src/lib/libzpool/ |
H A D | Makefile.com | 67 LDLIBS += -lcmdutils -lumem -lavl -lnvpair -lz -lc -lsysevent -lmd
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | Makefile | 74 -lz \
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 275 Language_list_t* lz; local 467 lz->next = ll; 468 lz = ll;
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | chars.in | 366 CHAR("lz", "<>", 9674)
|