Lines Matching refs:positives
673 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
682 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline()
684 assert(!(val > 0 && !positives)); in dt_print_quantline()
688 if (positives) { in dt_print_quantline()
704 if (!positives) { in dt_print_quantline()
879 char positives = 0, negatives = 0; in dt_print_quantize() local
890 positives |= (data[i] > 0); in dt_print_quantize()
904 positives, negatives) < 0) in dt_print_quantize()
1060 char positives = 0, negatives = 0; in dt_print_lquantize() local
1074 positives |= (data[i] > 0); in dt_print_lquantize()
1100 total, positives, negatives) < 0) in dt_print_lquantize()
1320 char positives = 0, negatives = 0; in dt_print_llquantize() local
1343 positives |= (data[i] > 0); in dt_print_llquantize()
1359 total, positives, negatives) < 0) in dt_print_llquantize()
1369 normal, total, positives, negatives) < 0) in dt_print_llquantize()
1394 total, positives, negatives)); in dt_print_llquantize()
2600 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum() local
2611 aggdata->dtada_total, positives, negatives)); in dt_print_datum()