Home
last modified time | relevance | path

Searched refs:test_le (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dcdcmp.d80 bool test_le(ubyte x, ubyte y) { return x <= y; } in test_le() function
87 bool test_le(byte x, byte y) { return x <= y; } in test_le() function
94 bool test_le(ushort x, ushort y) { return x <= y; } in test_le() function
101 bool test_le(short x, short y) { return x <= y; } in test_le() function
108 bool test_le(uint x, uint y) { return x <= y; } in test_le() function
115 bool test_le(int x, int y) { return x <= y; } in test_le() function
122 bool test_le(ulong x, ulong y) { return x <= y; } in test_le() function
129 bool test_le(long x, long y) { return x <= y; } in test_le() function
136 bool test_le(float x, float y) { return x <= y; } in test_le() function
143 bool test_le(double x, double y) { return x <= y; } in test_le() function
/dports/emulators/qemu5/qemu-5.2.0/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu42/qemu-4.2.1/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu-utils/qemu-4.2.1/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/emulators/qemu60/qemu-6.0.0/tests/tcg/alpha/
H A Dtest-cond.c68 {test_le, 0, 1},
69 {test_le, 1, 0},
70 {test_le, -1, 1},
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/testing/
H A Dutils.rs33 pub fn test_le<T>( in test_le() function
87 test_le(a, b); in test_cmp()
91 test_le(b, a); in test_cmp()
101 test_le(a, b); in test_cmp()
102 test_le(b, a); in test_cmp()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/testing/
H A Dutils.rs39 pub fn test_le<T>(a: LexicographicallyOrdered<T>, b: LexicographicallyOrdered<T>) in test_le() function
83 test_le(a, b); in test_cmp()
87 test_le(b, a); in test_cmp()
97 test_le(a, b); in test_cmp()
98 test_le(b, a); in test_cmp()
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/testing/
H A Dutils.rs40 pub fn test_le<T>( in test_le() function
94 test_le(a, b); in test_cmp()
98 test_le(b, a); in test_cmp()
108 test_le(a, b); in test_cmp()
109 test_le(b, a); in test_cmp()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/testing/
H A Dutils.rs40 pub fn test_le<T>( in test_le() function
94 test_le(a, b); in test_cmp()
98 test_le(b, a); in test_cmp()
108 test_le(a, b); in test_cmp()
109 test_le(b, a); in test_cmp()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/testing/
H A Dutils.rs33 pub fn test_le<T>( in test_le() function
87 test_le(a, b); in test_cmp()
91 test_le(b, a); in test_cmp()
101 test_le(a, b); in test_cmp()
102 test_le(b, a); in test_cmp()
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/testing/
H A Dutils.rs40 pub fn test_le<T>( in test_le() function
94 test_le(a, b); in test_cmp()
98 test_le(b, a); in test_cmp()
108 test_le(a, b); in test_cmp()
109 test_le(b, a); in test_cmp()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/testing/
H A Dutils.rs40 pub fn test_le<T>( in test_le() function
94 test_le(a, b); in test_cmp()
98 test_le(b, a); in test_cmp()
108 test_le(a, b); in test_cmp()
109 test_le(b, a); in test_cmp()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/testing/
H A Dutils.rs33 pub fn test_le<T>( in test_le() function
87 test_le(a, b); in test_cmp()
91 test_le(b, a); in test_cmp()
101 test_le(a, b); in test_cmp()
102 test_le(b, a); in test_cmp()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr92132-int-1.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
H A Dpr92132-int-2.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92132-int-1.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
H A Dpr92132-int-2.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr92132-int-2.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
H A Dpr92132-int-1.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr92132-int-2.c77 test_le (FP_TYPE *a, FP_TYPE min_v) in test_le() function
119 ret = test_le (a1, 10); in main()

1234567891011