Lines Matching refs:negatives
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()
634 assert(!(val < 0 && !negatives)); in dt_print_quantline()
638 if (!negatives) { in dt_print_quantline()
761 char positives = 0, negatives = 0; in dt_print_quantize() local
790 negatives |= (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
898 negatives |= (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
1039 negatives |= (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()
1841 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; in dt_print_datum() local
1851 aggdata->dtada_total, positives, negatives)); in dt_print_datum()