Searched refs:shuffle (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/
H A D2.cc36 template void shuffle(iterator_type, iterator_type, ugenerator_type&&);
H A Dpod.cc36 template void shuffle(iterator_type, iterator_type, ugenerator_type&&);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/shuffle/
H A D1.cc39 std::shuffle(v1.begin(), v1.end(), g1);
40 std::shuffle(v2.begin(), v2.end(), g2);
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dsplet.s71 shuffle %l0, 0x1, %l1
72 shuffle %l0, 0x2, %l1
73 shuffle %l0, 0x4, %l1
74 shuffle %l0, 0x8, %l1
75 shuffle %l0, 0x10, %l1
76 shuffle %l0, 0x18, %l1
H A Dsplet.d49 74: a3 6c 20 01 shuffle %l0, 1, %l1
50 78: a3 6c 20 02 shuffle %l0, 2, %l1
51 7c: a3 6c 20 04 shuffle %l0, 4, %l1
52 80: a3 6c 20 08 shuffle %l0, 8, %l1
53 84: a3 6c 20 10 shuffle %l0, 0x10, %l1
54 88: a3 6c 20 18 shuffle %l0, 0x18, %l1
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Dsplet.s71 shuffle %l0, 0x1, %l1
72 shuffle %l0, 0x2, %l1
73 shuffle %l0, 0x4, %l1
74 shuffle %l0, 0x8, %l1
75 shuffle %l0, 0x10, %l1
76 shuffle %l0, 0x18, %l1
H A Dsplet.d49 74: a3 6c 20 01 shuffle %l0, 1, %l1
50 78: a3 6c 20 02 shuffle %l0, 2, %l1
51 7c: a3 6c 20 04 shuffle %l0, 4, %l1
52 80: a3 6c 20 08 shuffle %l0, 8, %l1
53 84: a3 6c 20 10 shuffle %l0, 0x10, %l1
54 88: a3 6c 20 18 shuffle %l0, 0x18, %l1
/haiku-buildtools/legacy/binutils/bfd/
H A Decofflink.c347 struct shuffle
350 struct shuffle *next;
378 /* Linked lists describing how to shuffle the input debug
381 struct shuffle *line;
382 struct shuffle *line_end;
383 struct shuffle *pdr;
384 struct shuffle *pdr_end;
385 struct shuffle *sym;
386 struct shuffle *sym_end;
387 struct shuffle *op
344 struct shuffle struct
[all...]
/haiku-buildtools/binutils/bfd/
H A Decofflink.c327 struct shuffle
330 struct shuffle *next;
358 /* Linked lists describing how to shuffle the input debug
361 struct shuffle *line;
362 struct shuffle *line_end;
363 struct shuffle *pdr;
364 struct shuffle *pdr_end;
365 struct shuffle *sym;
366 struct shuffle *sym_end;
367 struct shuffle *op
325 struct shuffle struct
1520 ecoff_write_shuffle(bfd *abfd, const struct ecoff_debug_swap *swap, struct shuffle *shuffle, void * space) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h118 shuffle (C++0x)
554 shuffle(_RAIter, _RAIter, _UGenerator&&);
H A Dstl_algo.h3717 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
4424 * @brief Randomly shuffle the elements of a sequence.
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml265 (* Implement builtin as shuffle. The parameter is a function which returns

Completed in 150 milliseconds