Searched refs:negatives (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c490 uint64_t normal, long double total, char positives, char negatives)
499 assert(!(total == 0 && (positives || negatives)));
500 assert(!(val < 0 && !negatives));
504 if (!negatives) {
555 char positives = 0, negatives = 0; local
584 negatives |= (data[i] < 0);
598 positives, negatives) < 0)
614 char positives = 0, negatives = 0; local
651 negatives |= (data[i] < 0);
677 total, positives, negatives) <
489 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
[all...]

Completed in 22 milliseconds