Lines Matching refs:positives
633 uint64_t normal, long double total, char positives, char negatives)
642 assert(!(total == 0 && (positives || negatives)));
644 assert(!(val > 0 && !positives));
648 if (positives) {
664 if (!positives) {
770 char positives = 0, negatives = 0;
798 positives |= (data[i] > 0);
812 positives, negatives) < 0)
870 char positives = 0, negatives = 0;
906 positives |= (data[i] > 0);
932 total, positives, negatives) < 0)
1000 char positives = 0, negatives = 0;
1047 positives |= (data[i] > 0);
1069 total, positives, negatives) < 0)
1079 normal, total, positives, negatives) < 0)
1104 total, positives, negatives));
1858 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES;
1869 aggdata->dtada_total, positives, negatives));