Home
last modified time | relevance | path

Searched refs:__swap (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__concepts/
H A Dswappable.h31 namespace ranges::__swap {
51 requires(_Tp(& __t)[_Size], _Up(& __u)[_Size], const __fn& __swap) {
52 __swap(__t[0], __u[0]);
95 inline constexpr auto swap = __swap::__fn{};
/dports/math/p5-Algorithm-Combinatorics/Algorithm-Combinatorics-0.27/
H A DCombinatorics.xs32 void __swap(AV* av, int i, int j) in __swap() function
223 __swap(tuple, j, h); in __next_permutation()
227 __swap(tuple, k, h); in __next_permutation()
253 k % 2 == 0 ? __swap(a, k, 0) : __swap(a, k, ck-1); in __next_permutation_heap()
294 __swap(tuple, j, h); in __next_derangement()
311 __swap(tuple, k, h); in __next_derangement()
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A D_swap.s7 .export __swap
12 __swap: eor #$FF label
/dports/textproc/redisearch16/RediSearch-1.6.16/src/util/
H A Dheap.c71 static void __swap(heap_t *h, const int i1, const int i2) { in __swap() function
87 __swap(h, idx, parent); in __pushup()
116 __swap(h, idx, child); in __pushdown()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/util/
H A Dheap.c71 static void __swap(heap_t *h, const int i1, const int i2) { in __swap() function
87 __swap(h, idx, parent); in __pushup()
116 __swap(h, idx, child); in __pushdown()
/dports/devel/eric6/eric6-21.11/eric/eric6/ViewManager/
H A DBookmarkedFilesDialog.py130 self.__swap(row, row + 1)
150 self.__swap(row - 1, row)
168 def __swap(self, itm1, itm2): member in BookmarkedFilesDialog
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_templates/
H A Dhgcd.c43 #define __swap(u, l, v, m) \ macro
279 __swap(*B, *lenB, *T, lenT); in _TEMPLATE()
280 __swap(*A, *lenA, *T, lenT); in _TEMPLATE()
284 __swap(M[3], lenM[3], M[2], lenM[2]); in _TEMPLATE()
285 __swap(M[2], lenM[2], *t, lent); in _TEMPLATE()
289 __swap(M[1], lenM[1], M[0], lenM[0]); in _TEMPLATE()
290 __swap(M[0], lenM[0], *t, lent); in _TEMPLATE()
486 __swap(S[0], lenS[0], S[2], lenS[2]); in _TEMPLATE()
487 __swap(S[1], lenS[1], S[3], lenS[3]); in _TEMPLATE()
/dports/math/e-antic/flint2-ae7ec89/fq_poly_templates/
H A Dhgcd.c43 #define __swap(u, l, v, m) \ macro
279 __swap(*B, *lenB, *T, lenT); in _TEMPLATE()
280 __swap(*A, *lenA, *T, lenT); in _TEMPLATE()
284 __swap(M[3], lenM[3], M[2], lenM[2]); in _TEMPLATE()
285 __swap(M[2], lenM[2], *t, lent); in _TEMPLATE()
289 __swap(M[1], lenM[1], M[0], lenM[0]); in _TEMPLATE()
290 __swap(M[0], lenM[0], *t, lent); in _TEMPLATE()
486 __swap(S[0], lenS[0], S[2], lenS[2]); in _TEMPLATE()
487 __swap(S[1], lenS[1], S[3], lenS[3]); in _TEMPLATE()
/dports/math/flint2/flint-2.8.4/fq_poly_templates/
H A Dhgcd.c43 #define __swap(u, l, v, m) \ macro
279 __swap(*B, *lenB, *T, lenT); in _TEMPLATE()
280 __swap(*A, *lenA, *T, lenT); in _TEMPLATE()
284 __swap(M[3], lenM[3], M[2], lenM[2]); in _TEMPLATE()
285 __swap(M[2], lenM[2], *t, lent); in _TEMPLATE()
289 __swap(M[1], lenM[1], M[0], lenM[0]); in _TEMPLATE()
290 __swap(M[0], lenM[0], *t, lent); in _TEMPLATE()
486 __swap(S[0], lenS[0], S[2], lenS[2]); in _TEMPLATE()
487 __swap(S[1], lenS[1], S[3], lenS[3]); in _TEMPLATE()
/dports/devel/eric6/eric6-21.11/eric/eric6/Preferences/
H A DToolGroupConfigurationDialog.py144 self.__swap(curr, curr + 1)
159 self.__swap(curr - 1, curr)
206 def __swap(self, itm1, itm2): member in ToolGroupConfigurationDialog
H A DToolConfigurationDialog.py222 self.__swap(curr, curr + 1)
237 self.__swap(curr - 1, curr)
383 def __swap(self, itm1, itm2): member in ToolConfigurationDialog
/dports/math/e-antic/flint2-ae7ec89/fmpz_mod_poly/
H A Dhgcd.c45 #define __swap(A, lenA, B, lenB) \ macro
300 __swap(*B, *lenB, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
301 __swap(*A, *lenA, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
305 __swap(M[3], lenM[3], M[2], lenM[2]); in _fmpz_mod_poly_hgcd_recursive_iter()
306 __swap(M[2], lenM[2], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
310 __swap(M[1], lenM[1], M[0], lenM[0]); in _fmpz_mod_poly_hgcd_recursive_iter()
311 __swap(M[0], lenM[0], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
588 __swap(S[0], lenS[0], S[2], lenS[2]); in _fmpz_mod_poly_hgcd_recursive()
589 __swap(S[1], lenS[1], S[3], lenS[3]); in _fmpz_mod_poly_hgcd_recursive()
/dports/math/flint2/flint-2.8.4/fmpz_mod_poly/
H A Dhgcd.c45 #define __swap(A, lenA, B, lenB) \ macro
300 __swap(*B, *lenB, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
301 __swap(*A, *lenA, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
305 __swap(M[3], lenM[3], M[2], lenM[2]); in _fmpz_mod_poly_hgcd_recursive_iter()
306 __swap(M[2], lenM[2], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
310 __swap(M[1], lenM[1], M[0], lenM[0]); in _fmpz_mod_poly_hgcd_recursive_iter()
311 __swap(M[0], lenM[0], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
588 __swap(S[0], lenS[0], S[2], lenS[2]); in _fmpz_mod_poly_hgcd_recursive()
589 __swap(S[1], lenS[1], S[3], lenS[3]); in _fmpz_mod_poly_hgcd_recursive()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mod_poly/
H A Dhgcd.c45 #define __swap(A, lenA, B, lenB) \ macro
300 __swap(*B, *lenB, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
301 __swap(*A, *lenA, *T, lenT); in _fmpz_mod_poly_hgcd_recursive_iter()
305 __swap(M[3], lenM[3], M[2], lenM[2]); in _fmpz_mod_poly_hgcd_recursive_iter()
306 __swap(M[2], lenM[2], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
310 __swap(M[1], lenM[1], M[0], lenM[0]); in _fmpz_mod_poly_hgcd_recursive_iter()
311 __swap(M[0], lenM[0], *t, lent); in _fmpz_mod_poly_hgcd_recursive_iter()
588 __swap(S[0], lenS[0], S[2], lenS[2]); in _fmpz_mod_poly_hgcd_recursive()
589 __swap(S[1], lenS[1], S[3], lenS[3]); in _fmpz_mod_poly_hgcd_recursive()
/dports/textproc/redisearch/RediSearch-2.2.5/src/util/
H A Dheap.c71 static void __swap(heap_t *h, const int i1, const int i2) { in __swap() function
87 __swap(h, idx, parent); in __pushup()
116 __swap(h, idx, child); in __pushdown()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_poly/
H A Dhgcd.c47 #define __swap MPN_SWAP macro
287 __swap(*B, *lenB, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
288 __swap(*A, *lenA, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
292 __swap(M[3], lenM[3], M[2], lenM[2]); in _nmod_poly_hgcd_recursive_iter()
293 __swap(M[2], lenM[2], *t, lent); in _nmod_poly_hgcd_recursive_iter()
297 __swap(M[1], lenM[1], M[0], lenM[0]); in _nmod_poly_hgcd_recursive_iter()
298 __swap(M[0], lenM[0], *t, lent); in _nmod_poly_hgcd_recursive_iter()
565 __swap(S[0], lenS[0], S[2], lenS[2]); in _nmod_poly_hgcd_recursive()
566 __swap(S[1], lenS[1], S[3], lenS[3]); in _nmod_poly_hgcd_recursive()
/dports/math/e-antic/flint2-ae7ec89/nmod_poly/
H A Dhgcd.c47 #define __swap MPN_SWAP macro
287 __swap(*B, *lenB, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
288 __swap(*A, *lenA, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
292 __swap(M[3], lenM[3], M[2], lenM[2]); in _nmod_poly_hgcd_recursive_iter()
293 __swap(M[2], lenM[2], *t, lent); in _nmod_poly_hgcd_recursive_iter()
297 __swap(M[1], lenM[1], M[0], lenM[0]); in _nmod_poly_hgcd_recursive_iter()
298 __swap(M[0], lenM[0], *t, lent); in _nmod_poly_hgcd_recursive_iter()
565 __swap(S[0], lenS[0], S[2], lenS[2]); in _nmod_poly_hgcd_recursive()
566 __swap(S[1], lenS[1], S[3], lenS[3]); in _nmod_poly_hgcd_recursive()
/dports/math/flint2/flint-2.8.4/nmod_poly/
H A Dhgcd.c47 #define __swap MPN_SWAP macro
287 __swap(*B, *lenB, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
288 __swap(*A, *lenA, *T, lenT); in _nmod_poly_hgcd_recursive_iter()
292 __swap(M[3], lenM[3], M[2], lenM[2]); in _nmod_poly_hgcd_recursive_iter()
293 __swap(M[2], lenM[2], *t, lent); in _nmod_poly_hgcd_recursive_iter()
297 __swap(M[1], lenM[1], M[0], lenM[0]); in _nmod_poly_hgcd_recursive_iter()
298 __swap(M[0], lenM[0], *t, lent); in _nmod_poly_hgcd_recursive_iter()
565 __swap(S[0], lenS[0], S[2], lenS[2]); in _nmod_poly_hgcd_recursive()
566 __swap(S[1], lenS[1], S[3], lenS[3]); in _nmod_poly_hgcd_recursive()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/
H A Dcache.py196 def __swap(self, i, j): member in GenericCache
211 self.__swap(parent, i)
223 self.__swap(i, j)
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_templates/test/
H A Dt-hgcd.c42 #define __swap(u, l, v, m) \ macro
112 __swap(M[0], lenM[0], M[3], lenM[3]); in main()
180 #undef __swap
/dports/math/e-antic/flint2-ae7ec89/fq_poly_templates/test/
H A Dt-hgcd.c42 #define __swap(u, l, v, m) \ macro
112 __swap(M[0], lenM[0], M[3], lenM[3]); in main()
180 #undef __swap
/dports/math/flint2/flint-2.8.4/fq_poly_templates/test/
H A Dt-hgcd.c42 #define __swap(u, l, v, m) \ macro
112 __swap(M[0], lenM[0], M[3], lenM[3]); in main()
180 #undef __swap
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dconcepts255 namespace ranges::__swap {
275 requires(_Tp(& __t)[_Size], _Up(& __u)[_Size], const __fn& __swap) {
276 __swap(__t[0], __u[0]);
316 } // namespace ranges::__swap
319 inline constexpr auto swap = __swap::__fn{};
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dconcepts255 namespace ranges::__swap {
275 requires(_Tp(& __t)[_Size], _Up(& __u)[_Size], const __fn& __swap) {
276 __swap(__t[0], __u[0]);
316 } // namespace ranges::__swap
319 inline constexpr auto swap = __swap::__fn{};
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dconcepts255 namespace ranges::__swap {
275 requires(_Tp(& __t)[_Size], _Up(& __u)[_Size], const __fn& __swap) {
276 __swap(__t[0], __u[0]);
316 } // namespace ranges::__swap
319 inline constexpr auto swap = __swap::__fn{};

123