Home
last modified time | relevance | path

Searched refs:test_and (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/logic/
H A Dtest.osl5 void test_and (int a, int b)
24 test_and (a, a);
25 test_and (a, b);
26 test_and (b, a);
27 test_and (b, b);
51 void test_and (float a, float b)
65 test_and (a, a);
66 test_and (a, b);
67 test_and (b, a);
68 test_and (b, b);
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/logic/
H A Dtest.osl5 void test_and (int a, int b)
24 test_and (a, a);
25 test_and (a, b);
26 test_and (b, a);
27 test_and (b, b);
51 void test_and (float a, float b)
65 test_and (a, a);
66 test_and (a, b);
67 test_and (b, a);
68 test_and (b, b);
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dshort_circuit_T404.pyx26 def test_and(long a, long b): function
28 >>> test_and(1,2)
32 >>> test_and(1,0)
36 >>> test_and(0,2)
39 >>> test_and(0,0)
H A Disnonebool.pyx1 def test_and(a,b): function
3 >>> test_and(None, None)
5 >>> test_and(None, 1)
7 >>> test_and(1, None)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dshort_circuit_T404.pyx26 def test_and(long a, long b): function
28 >>> test_and(1,2)
32 >>> test_and(1,0)
36 >>> test_and(0,2)
39 >>> test_and(0,0)
H A Disnonebool.pyx1 def test_and(a,b): function
3 >>> test_and(None, None)
5 >>> test_and(None, 1)
7 >>> test_and(1, None)
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc146 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
153 static_assert( test_and(0, 1) );
154 static_assert( test_and(0, 1u) );
155 static_assert( test_and(0, 1ll) );
156 static_assert( test_and(4, 1) );
157 static_assert( test_and(9, 2u) );
158 static_assert( test_and(16, 3ll) );
159 static_assert( test_and(127, 1) );
160 static_assert( test_and(255, 2u) );
161 static_assert( test_and(63, 3ll) );
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc146 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
153 static_assert( test_and(0, 1) );
154 static_assert( test_and(0, 1u) );
155 static_assert( test_and(0, 1ll) );
156 static_assert( test_and(4, 1) );
157 static_assert( test_and(9, 2u) );
158 static_assert( test_and(16, 3ll) );
159 static_assert( test_and(127, 1) );
160 static_assert( test_and(255, 2u) );
161 static_assert( test_and(63, 3ll) );
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc146 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
153 static_assert( test_and(0, 1) );
154 static_assert( test_and(0, 1u) );
155 static_assert( test_and(0, 1ll) );
156 static_assert( test_and(4, 1) );
157 static_assert( test_and(9, 2u) );
158 static_assert( test_and(16, 3ll) );
159 static_assert( test_and(127, 1) );
160 static_assert( test_and(255, 2u) );
161 static_assert( test_and(63, 3ll) );
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc146 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
153 static_assert( test_and(0, 1) );
154 static_assert( test_and(0, 1u) );
155 static_assert( test_and(0, 1ll) );
156 static_assert( test_and(4, 1) );
157 static_assert( test_and(9, 2u) );
158 static_assert( test_and(16, 3ll) );
159 static_assert( test_and(127, 1) );
160 static_assert( test_and(255, 2u) );
161 static_assert( test_and(63, 3ll) );
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc147 constexpr bool test_and(unsigned char l, unsigned char r) in test_and() function
154 static_assert( test_and(0, 1) );
155 static_assert( test_and(0, 1u) );
156 static_assert( test_and(0, 1ll) );
157 static_assert( test_and(4, 1) );
158 static_assert( test_and(9, 2u) );
159 static_assert( test_and(16, 3ll) );
160 static_assert( test_and(127, 1) );
161 static_assert( test_and(255, 2u) );
162 static_assert( test_and(63, 3ll) );
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/
H A Dscalar-logical-float.cl37 kernel_name: test_and
44 kernel_name: test_and
51 kernel_name: test_and
85 kernel void test_and(global int* out, float a, float b) {
H A Dscalar-logical-int.cl37 kernel_name: test_and
44 kernel_name: test_and
51 kernel_name: test_and
85 kernel void test_and(global int* out, int a, int b) {
/dports/security/klee/klee-2.2/test/Feature/
H A DAtomic.c25 void test_and() { in test_and() function
63 test_and(); in main()
65 test_and(); in main()

12345678910>>...41