Lines Matching refs:negatives
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()
683 assert(!(val < 0 && !negatives)); in dt_print_quantline()
687 if (!negatives) { in dt_print_quantline()
879 char positives = 0, negatives = 0; in dt_print_quantize() local
891 negatives |= (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
1075 negatives |= (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
1344 negatives |= (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()
2601 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; in dt_print_datum() local
2611 aggdata->dtada_total, positives, negatives)); in dt_print_datum()