Home
last modified time | relevance | path

Searched refs:BINSWAP (Results 1 – 5 of 5) sorted by relevance

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/flow_filters/
H A Dascent_runtime_babelflow_filters.hpp50 enum CompositingType { REDUCE = 0, BINSWAP = 1, RADIX_K = 2 }; enumerator
H A Dascent_runtime_babelflow_compose.cpp201 case CompositingType::BINSWAP: in execute()
/dports/devel/libast/libast-0.7/test/
H A Dperf.c74 PERF_TEST(BINSWAP(sc1, sc2);); in perf_macros()
75 PERF_TEST(BINSWAP(si1, si2);); in perf_macros()
76 PERF_TEST(BINSWAP(sl1, sl2);); in perf_macros()
H A Dtest.c86 BINSWAP(sc1, sc2); in test_macros()
87 BINSWAP(si1, si2); in test_macros()
88 BINSWAP(sl1, sl2); in test_macros()
89 BINSWAP(vp1, vp2); in test_macros()
/dports/devel/libast/libast-0.7/include/
H A Dlibast.h292 # define BINSWAP(a, b) SWAP(a, b) macro
294 # define BINSWAP(a, b) (((long) (a)) ^= ((long) (b)) ^= ((long) (a)) ^= ((long) (b))) macro