Home
last modified time | relevance | path

Searched refs:check_cmp (Results 26 – 50 of 65) sorted by relevance

123

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/testsuite/
H A Dincremental_test.sh26 check_cmp() function
64 check_cmp actual recorded
/dports/devel/arm-elf-binutils/binutils-2.37/gold/testsuite/
H A Dincremental_test.sh26 check_cmp() function
64 check_cmp actual recorded
/dports/devel/gnulibiberty/binutils-2.37/gold/testsuite/
H A Dincremental_test.sh26 check_cmp() function
64 check_cmp actual recorded
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtabs.c80 check_cmp (int argc, char *argv[]) in check_cmp() function
249 check_cmp (argc, argv); in main()
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Ddst_test.c293 check_cmp(const char *key1_name, dns_keytag_t key1_id, const char *key2_name, in check_cmp() function
474 check_cmp(testcases[i].key1_name, testcases[i].key1_id, in cmp_test()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/tests/
H A Ddst_test.c293 check_cmp(const char *key1_name, dns_keytag_t key1_id, const char *key2_name, in check_cmp() function
474 check_cmp(testcases[i].key1_name, testcases[i].key1_id, in cmp_test()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/num-rational-0.2.2/src/
H A Dlib.rs1483 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1491 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1492 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1494 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1495 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1496 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1497 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/num-rational-0.2.2/src/
H A Dlib.rs1483 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1491 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1492 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1494 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1495 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1496 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1497 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/games/dose-response/dose-response-179c326/cargo-crates/num-rational-0.2.1/src/
H A Dlib.rs1434 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1442 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1443 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1445 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1446 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1447 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1448 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/num-rational-0.2.1/src/
H A Dlib.rs1434 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1442 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1443 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1445 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1446 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1447 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1448 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/num-rational/src/
H A Dlib.rs1434 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1442 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1443 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1445 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1446 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1447 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1448 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/tcg/cris/
H A DMakefile56 TESTCASES += check_cmp-2.tst
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/num-rational-0.2.3/src/
H A Dlib.rs1561 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1569 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1570 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1572 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1573 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1574 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1575 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/net-im/fractal/fractal-4.4.0/vendor/num-rational/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/graphics/viu/viu-1.1/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-rational/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/num-rational-0.2.4/src/
H A Dlib.rs1613 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1621 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1622 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1624 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1625 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1626 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1627 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/num-rational-0.3.2/src/
H A Dlib.rs1821 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1829 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1830 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1832 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1833 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1834 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1835 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/misc/broot/broot-1.7.0/cargo-crates/num-rational-0.3.2/src/
H A Dlib.rs1821 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1829 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1830 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1832 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1833 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1834 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1835 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-rational-0.4.0/src/
H A Dlib.rs1825 fn check_cmp(a: Ratio<i8>, b: Ratio<i8>, ord: Ordering) { in test_cmp_overflow() function
1833 check_cmp(a, a, Ordering::Equal); in test_cmp_overflow()
1834 check_cmp(-a, a, Ordering::Less); in test_cmp_overflow()
1836 check_cmp(a, b, Ordering::Less); in test_cmp_overflow()
1837 check_cmp(-a, -b, Ordering::Greater); in test_cmp_overflow()
1838 check_cmp(a.recip(), b.recip(), Ordering::Greater); in test_cmp_overflow()
1839 check_cmp(-a.recip(), -b.recip(), Ordering::Less); in test_cmp_overflow()

123