Lines Matching refs:positives
624 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
633 assert(!(total == 0 && (positives || negatives))); in dt_print_quantline()
635 assert(!(val > 0 && !positives)); in dt_print_quantline()
639 if (positives) { in dt_print_quantline()
655 if (!positives) { in dt_print_quantline()
761 char positives = 0, negatives = 0; in dt_print_quantize() local
789 positives |= (data[i] > 0); in dt_print_quantize()
803 positives, negatives) < 0) in dt_print_quantize()
861 char positives = 0, negatives = 0; in dt_print_lquantize() local
897 positives |= (data[i] > 0); in dt_print_lquantize()
923 total, positives, negatives) < 0) in dt_print_lquantize()
991 char positives = 0, negatives = 0; in dt_print_llquantize() local
1038 positives |= (data[i] > 0); in dt_print_llquantize()
1060 total, positives, negatives) < 0) in dt_print_llquantize()
1070 normal, total, positives, negatives) < 0) in dt_print_llquantize()
1095 total, positives, negatives)); in dt_print_llquantize()
1840 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum() local
1851 aggdata->dtada_total, positives, negatives)); in dt_print_datum()