Lines Matching refs:positives
626 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
635 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline()
637 assert(!(val > 0 && !positives)); in dt_print_quantline()
641 if (positives) { in dt_print_quantline()
657 if (!positives) { in dt_print_quantline()
763 char positives = 0, negatives = 0; in dt_print_quantize() local
791 positives |= (data[i] > 0); in dt_print_quantize()
805 positives, negatives) < 0) in dt_print_quantize()
863 char positives = 0, negatives = 0; in dt_print_lquantize() local
899 positives |= (data[i] > 0); in dt_print_lquantize()
925 total, positives, negatives) < 0) in dt_print_lquantize()
993 char positives = 0, negatives = 0; in dt_print_llquantize() local
1040 positives |= (data[i] > 0); in dt_print_llquantize()
1062 total, positives, negatives) < 0) in dt_print_llquantize()
1072 normal, total, positives, negatives) < 0) in dt_print_llquantize()
1097 total, positives, negatives)); in dt_print_llquantize()
1842 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum() local
1853 aggdata->dtada_total, positives, negatives)); in dt_print_datum()