Lines Matching refs:negatives
490 uint64_t normal, long double total, char positives, char negatives)
499 assert(!(total == 0 && (positives || negatives)));
500 assert(!(val < 0 && !negatives));
504 if (!negatives) {
555 char positives = 0, negatives = 0;
584 negatives |= (data[i] < 0);
598 positives, negatives) < 0)
614 char positives = 0, negatives = 0;
651 negatives |= (data[i] < 0);
677 total, positives, negatives) < 0)