Searched refs:negatives (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A Dtest-prohibited.c91 static uint32_t negatives[] = { variable
131 for (i = 0; i < sizeof(negatives)/sizeof(negatives[0]); ++i)
132 if (_wind_stringprep_error(negatives[i], WIND_PROFILE_NAME)) {
134 negatives[i]);
/freebsd-10.2-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S70 fdtox %f0, %f0 ! (this includes negatives!)
/freebsd-10.2-release/share/mk/
H A Dsuite.test.mk100 @echo "*** positives and/or false negatives."
113 # Forbid running from ${TESTSBASE}. It can cause false positives/negatives and
121 @echo "*** positives and/or false negatives."
H A Dbsd.test.mk36 # installed and thus won't cause false negatives.
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java301 boolean negatives = false;
331 negatives = true;
354 printDistributionLine(v, total, positives, negatives);
360 boolean negatives)
366 assert (!(total == 0 && (positives || negatives)));
367 assert (!(val < 0 && !negatives));
371 if (!negatives) {
359 printDistributionLine(long val, double total, boolean positives, boolean negatives) argument
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c632 uint64_t normal, long double total, char positives, char negatives)
641 assert(!(total == 0 && (positives || negatives)));
642 assert(!(val < 0 && !negatives));
646 if (!negatives) {
769 char positives = 0, negatives = 0; local
798 negatives |= (data[i] < 0);
811 positives, negatives) < 0)
869 char positives = 0, negatives = 0; local
906 negatives |= (data[i] < 0);
931 total, positives, negatives) <
631 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
999 char positives = 0, negatives = 0; local
2155 char negatives = aggdata->dtada_flags & DTRACE_A_HASNEGATIVES; local
[all...]

Completed in 83 milliseconds