Searched refs:positive (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-ifmake.exp1 make: "directive-ifmake.mk" line 13: ok: positive condition works
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dprintfloat_test.c377 double positive = __DBL_DENORM_MIN__; local
378 testfmt("4.9406564584124654418e-324", "%20.20g", positive);
379 testfmt("4.9406564584124654418E-324", "%20.20G", positive);
380 testfmt("0x1p-1074", "%a", positive);
381 testfmt("0X1P-1074", "%A", positive);
392 float positive = __FLT_DENORM_MIN__; local
393 testfmt("1.4012984643248170709e-45", "%20.20g", positive);
394 testfmt("1.4012984643248170709E-45", "%20.20G", positive);
395 testfmt("0x1p-149", "%a", positive);
396 testfmt("0X1P-149", "%A", positive);
[all...]
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c107 static void leapadd(zic_t t, int positive, int rolling, int count);
1176 register int positive; local
1180 positive = FALSE;
1183 positive = FALSE;
1186 positive = TRUE;
1189 positive = TRUE;
1201 leapadd(tadd(t, tod), positive, lp->l_value, count); local
2309 leapadd(t, positive, rolling, count)
2311 const int positive;
2317 if (leapcnt + (positive
[all...]
/freebsd-13-stable/lib/libc/mips/gen/
H A Dldexp.S203 beq t0, zero, 1f # is result positive?
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c631 char *positive; member in struct:__anon45
649 for (i = 0; couples[i].positive != NULL; i++) {
650 if (strcasecmp(couples[i].positive, arg) == 0) {
/freebsd-13-stable/sys/mips/mips/
H A Dfp.S1224 move t0, zero # set sign positive
1232 move t0, zero # set sign positive
1479 beq t0, zero, overflow_w # if positive, overflow
1513 beq t0, zero, 5f # if sign is positive, truncate
1533 beq t0, zero, 1f # result positive?
1588 beq t0, zero, 1f # is FS positive?
1591 beq ta0, zero, 1f # is FT positive?
1618 beq t0, zero, 1f # is FS positive?
1625 beq ta0, zero, 1f # is FT positive?
1736 beq t0, zero, 5f # if sign is positive, truncat
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_config_test.sh328 kyua: E: Invalid value for property 'parallelism': Must be a positive integer.
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh486 * We found one, return non-positive numbers..
598 * See the comments in the ISA section regarding returning non-positive
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc255 "exclude). A test is run if it matches one of the positive "
554 // positive filter and negative filter portions
557 std::string positive; local
560 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
563 positive = std::string(p, dash); // Everything up to the dash
565 if (positive.empty()) {
567 positive = kUniversalFilter;
573 return (MatchesFilter(full_name, positive.c_str()) &&
5821 " Run only the tests whose name matches one of the positive pattern
[all...]
/freebsd-13-stable/sys/conf/
H A Dkern.mk18 # a false positive.
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsnprintf.c640 * taken as a `-' flag followed by a positive

Completed in 285 milliseconds