Lines Matching refs:negatives
624 uint64_t normal, long double total, char positives, char negatives)
633 assert(!(total == 0 && (positives || negatives)));
634 assert(!(val < 0 && !negatives));
638 if (!negatives) {
761 char positives = 0, negatives = 0;
790 negatives |= (data[i] < 0);
803 positives, negatives) < 0)
861 char positives = 0, negatives = 0;
898 negatives |= (data[i] < 0);
923 total, positives, negatives) < 0)
991 char positives = 0, negatives = 0;
1039 negatives |= (data[i] < 0);
1060 total, positives, negatives) < 0)
1070 normal, total, positives, negatives) < 0)
1095 total, positives, negatives));
1841 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES;
1851 aggdata->dtada_total, positives, negatives));