Searched refs:positives (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 299 boolean positives = false; in printDistribution() 328 positives = true; in printDistribution() 359 printDistributionLine(v, total, positives, negatives); in printDistribution() 364 printDistributionLine(long val, double total, boolean positives, in printDistributionLine() argument 371 assert (!(total == 0 && (positives || negatives))); in printDistributionLine() 373 assert (!(val > 0 && !positives)); in printDistributionLine() 377 if (positives) { in printDistributionLine() 389 if (!positives) { in printDistributionLine()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 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() 635 assert(!(val > 0 && !positives)); in dt_print_quantline() 639 if (positives) { in dt_print_quantline() 655 if (!positives) { in dt_print_quantline() 761 char positives = 0, negatives = 0; in dt_print_quantize() local 789 positives |= (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 897 positives |= (data[i] > 0); in dt_print_lquantize() [all …]
|
/titanic_41/usr/src/cmd/sendmail/cf/ |
H A D | README | 1356 Note: this feature will cause false positives, i.e., there
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1322 positives, until they can be fixed and fully validated (ACPICA BZ 1112):
|