Home
last modified time | relevance | path

Searched refs:lsum (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.com44 LDLIBS += -lsum -last -lsocket -lnsl -lc
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMakefile31 sumlib.o : +lsum
H A DRELEASE121 07-02-26 Makefile: sumlib.o: direct extract from +lsum (vcodex someday)
124 07-02-09 Makefile: +lsum to bring in static -lsum (no dynamic right now)
H A DMamfile773 bind -lsum
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c182 long double lsum = dt_aggregate_lquantizedsum(lhs); in dt_aggregate_lquantizedcmp() local
186 if (lsum < rsum) in dt_aggregate_lquantizedcmp()
189 if (lsum > rsum) in dt_aggregate_lquantizedcmp()
260 long double lsum = dt_aggregate_llquantizedsum(lhs); in dt_aggregate_llquantizedcmp() local
264 if (lsum < rsum) in dt_aggregate_llquantizedcmp()
267 if (lsum > rsum) in dt_aggregate_llquantizedcmp()