Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c45 int lsd, i; in decimal_round() local
63 lsd = pd->ds[pd->ndigits - 1] - '0'; in decimal_round()
64 if ((lsd % 2) == 0) in decimal_round()
/titanic_41/usr/src/cmd/ssh/doc/
H A DCREDITS7 Alexandre Oliva <oliva@lsd.ic.unicamp.br> - AIX fixes
H A DChangeLog650 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h589 uint32_t lsd; member
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c115 uint64_t lsd = dt_stddev((uint64_t *)lhs, 1); in dt_aggregate_stddevcmp() local
118 if (lsd < rsd) in dt_aggregate_stddevcmp()
121 if (lsd > rsd) in dt_aggregate_stddevcmp()