Searched refs:positives (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/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_53/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_53/usr/src/boot/lib/libz/doc/ |
| H A D | txtvsbin.txt | 25 the false positives that may occur when binary files containing large 90 positives). This, however, incurs a reduced precision overall, since 91 false positives are more likely to appear in binary files that contain
|
| /titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | RELEASE | 363 04-04-15 make.probe: check probe_libdir false positives
|
| /titanic_53/usr/src/cmd/sendmail/cf/ |
| H A D | README | 1356 Note: this feature will cause false positives, i.e., there
|
| /titanic_53/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 1322 positives, until they can be fixed and fully validated (ACPICA BZ 1112):
|