Home
last modified time | relevance | path

Searched refs:test_swap (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_amo_swap.cc30 void test_swap(send_func_t send) { in test_swap() function in uct_amo_swap_test
69 test_swap<uint32_t>(static_cast<send_func_t>(&uct_amo_swap_test::swap32));
74 test_swap<uint64_t>(static_cast<send_func_t>(&uct_amo_swap_test::swap64));
84 test_swap<uint32_t>(static_cast<send_func_t>(&uct_amo_swap_test::swap32));
90 test_swap<uint32_t>(static_cast<send_func_t>(&uct_amo_swap_test::swap32));
96 test_swap<uint32_t>(static_cast<send_func_t>(&uct_amo_swap_test::swap32));
/dports/x11/xcb-util-image/xcb-util-image-0.4.0/test/
H A DMakefile.in85 TESTS = test_swap$(EXEEXT)
116 am_test_swap_OBJECTS = test_swap-test_swap.$(OBJEXT)
549 test_swap_SOURCES = test_swap.c
626 @rm -f test_swap$(EXEEXT)
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_swap-test_swap.Po@am__quote@
698 test_swap-test_swap.o: test_swap.c
699 …T test_swap-test_swap.o -MD -MP -MF $(DEPDIR)/test_swap-test_swap.Tpo -c -o test_swap-test_swap.o …
700 …am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_swap-test_swap.Tpo $(DEPDIR)/test_swap-test…
705 test_swap-test_swap.obj: test_swap.c
707 …am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_swap-test_swap.Tpo $(DEPDIR)/test_swap-test…
[all …]
H A DMakefile.am7 check_PROGRAMS = test_swap
9 TESTS=test_swap
11 test_swap_SOURCES = test_swap.c
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/api/
H A Dswap_bytes.rs114 macro_rules! test_swap {
138 test_swap!(swap_bytes);
149 test_swap!(to_le);
161 test_swap!(to_be);
173 test_swap!(from_le);
185 test_swap!(from_be);
/dports/math/blis/blis-0.8.1/vendor/testcpp/
H A Dtest_swap.cc76 void test_swap( ) in test_swap() function
130 test_swap<float>( ); in main()
131 test_swap<double>( ); in main()
132 test_swap<complex<float>>( ); in main()
133 test_swap<complex<double>>( ); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp33 void test_swap() { in test_swap() function
134 test_swap<small1, small2>(); in main()
135 test_swap<large1, large2>(); in main()
136 test_swap<small, large>(); in main()
137 test_swap<large, small>(); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp29 void test_swap() { in test_swap() function
130 test_swap<small1, small2>(); in main()
131 test_swap<large1, large2>(); in main()
132 test_swap<small, large>(); in main()
133 test_swap<large, small>(); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp30 void test_swap() { in test_swap() function
131 test_swap<small1, small2>(); in main()
132 test_swap<large1, large2>(); in main()
133 test_swap<small, large>(); in main()
134 test_swap<large, small>(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp29 void test_swap() { in test_swap() function
130 test_swap<small1, small2>(); in main()
131 test_swap<large1, large2>(); in main()
132 test_swap<small, large>(); in main()
133 test_swap<large, small>(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp33 void test_swap() { in test_swap() function
134 test_swap<small1, small2>(); in main()
135 test_swap<large1, large2>(); in main()
136 test_swap<small, large>(); in main()
137 test_swap<large, small>(); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp29 void test_swap() { in test_swap() function
130 test_swap<small1, small2>(); in main()
131 test_swap<large1, large2>(); in main()
132 test_swap<small, large>(); in main()
133 test_swap<large, small>(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp30 void test_swap() { in test_swap() function
131 test_swap<small1, small2>(); in main()
132 test_swap<large1, large2>(); in main()
133 test_swap<small, large>(); in main()
134 test_swap<large, small>(); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp30 void test_swap() { in test_swap() function
131 test_swap<small1, small2>(); in main()
132 test_swap<large1, large2>(); in main()
133 test_swap<small, large>(); in main()
134 test_swap<large, small>(); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp33 void test_swap() { in test_swap() function
134 test_swap<small1, small2>(); in main()
135 test_swap<large1, large2>(); in main()
136 test_swap<small, large>(); in main()
137 test_swap<large, small>(); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp33 void test_swap() { in test_swap() function
134 test_swap<small1, small2>(); in main()
135 test_swap<large1, large2>(); in main()
136 test_swap<small, large>(); in main()
137 test_swap<large, small>(); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp30 void test_swap() {
131 test_swap<small1, small2>();
132 test_swap<large1, large2>();
133 test_swap<small, large>();
134 test_swap<large, small>();
/dports/math/spooles-mpich/spooles.2.2_SHARED/Chv/drivers/
H A Dmakefile14 test_swap \
51 test_swap : test_swap.o ../../spooles.a target
/dports/math/spooles-mpich/spooles.2.2/Chv/drivers/
H A Dmakefile14 test_swap \
51 test_swap : test_swap.o ../../spooles.a target

12345678910>>...16