Home
last modified time | relevance | path

Searched refs:test_xor (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc180 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
187 static_assert( test_xor(0, 1) );
188 static_assert( test_xor(0, 1u) );
189 static_assert( test_xor(0, 1ll) );
190 static_assert( test_xor(4, 1) );
191 static_assert( test_xor(9, 2u) );
192 static_assert( test_xor(16, 3ll) );
193 static_assert( test_xor(127, 1) );
194 static_assert( test_xor(255, 2u) );
195 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc180 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
187 static_assert( test_xor(0, 1) );
188 static_assert( test_xor(0, 1u) );
189 static_assert( test_xor(0, 1ll) );
190 static_assert( test_xor(4, 1) );
191 static_assert( test_xor(9, 2u) );
192 static_assert( test_xor(16, 3ll) );
193 static_assert( test_xor(127, 1) );
194 static_assert( test_xor(255, 2u) );
195 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc180 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
187 static_assert( test_xor(0, 1) );
188 static_assert( test_xor(0, 1u) );
189 static_assert( test_xor(0, 1ll) );
190 static_assert( test_xor(4, 1) );
191 static_assert( test_xor(9, 2u) );
192 static_assert( test_xor(16, 3ll) );
193 static_assert( test_xor(127, 1) );
194 static_assert( test_xor(255, 2u) );
195 static_assert( test_xor(63, 3ll) );
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc180 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
187 static_assert( test_xor(0, 1) );
188 static_assert( test_xor(0, 1u) );
189 static_assert( test_xor(0, 1ll) );
190 static_assert( test_xor(4, 1) );
191 static_assert( test_xor(9, 2u) );
192 static_assert( test_xor(16, 3ll) );
193 static_assert( test_xor(127, 1) );
194 static_assert( test_xor(255, 2u) );
195 static_assert( test_xor(63, 3ll) );
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/18_support/byte/
H A Dops.cc181 constexpr bool test_xor(unsigned char l, unsigned char r) in test_xor() function
188 static_assert( test_xor(0, 1) );
189 static_assert( test_xor(0, 1u) );
190 static_assert( test_xor(0, 1ll) );
191 static_assert( test_xor(4, 1) );
192 static_assert( test_xor(9, 2u) );
193 static_assert( test_xor(16, 3ll) );
194 static_assert( test_xor(127, 1) );
195 static_assert( test_xor(255, 2u) );
196 static_assert( test_xor(63, 3ll) );
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_bit_expr.c395 static void test_xor(bit_t x, bit_t y) { in test_xor() function
441 test_xor(x, y); in multi_test()
442 test_xor(bit_not(x), y); in multi_test()
443 test_xor(x, bit_not(y)); in multi_test()
444 test_xor(bit_not(x), bit_not(y)); in multi_test()
446 test_xor(y, x); in multi_test()
447 test_xor(bit_not(y), x); in multi_test()
448 test_xor(y, bit_not(x)); in multi_test()
449 test_xor(bit_not(y), bit_not(x)); in multi_test()
466 test_xor(x, y); in test_all_pairs()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/aarch64/
H A DIntLogicTests.java31 private static int test_xor(int a, int b) { in test_xor() method in IntLogicTests
61 assertThat(test_xor(0x21, 0x31) == 16); in main()
H A DLongLogicTests.java33 private static long test_xor(long a, long b) { in test_xor() method in LongLogicTests
63 assertThat(test_xor(0x21, 0x31) == 16); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/aarch64/
H A DIntLogicTests.java31 private static int test_xor(int a, int b) { in test_xor() method in IntLogicTests
61 assertThat(test_xor(0x21, 0x31) == 16); in main()
H A DLongLogicTests.java33 private static long test_xor(long a, long b) { in test_xor() method in LongLogicTests
63 assertThat(test_xor(0x21, 0x31) == 16); in main()
/dports/security/klee/klee-2.2/test/Feature/
H A DAtomic.c39 void test_xor() { in test_xor() function
67 test_xor(); in main()
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/GlobalISel/
H A Dlegalize-xor.mir5 name: test_xor
10 ; CHECK-LABEL: name: test_xor
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/atomic/
H A Dstdatomic-op-5.c69 test_xor (void) in test_xor() function
136 test_xor (); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/atomic/
H A Dstdatomic-op-5.c69 test_xor (void) in test_xor() function
136 test_xor (); in main()

12345678910>>...32