HomeSort by relevance Sort by last modified time
    Searched full:shuffle (Results 176 - 200 of 1293) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 28 std::shuffle(ia, ia+N, randomness);
  /external/llvm/test/CodeGen/AArch64/
machine-copy-prop.ll 34 %shuffle = shufflevector <4 x i32> %sqadd, <4 x i32> undef, <2 x i32> zeroinitializer
35 %0 = mul <2 x i32> %shuffle, <i32 -1, i32 0>
58 %shuffle.i = shufflevector <2 x i32> <i32 undef, i32 0>, <2 x i32> %vrsubhn_v2.i1364, <2 x i32> <i32 1, i32 3>
59 %cmp.i = icmp uge <2 x i32> %shuffle.i, %neg
arm64-vadd.ll 164 %shuffle.i.i.i = shufflevector <2 x i64> %tmp, <2 x i64> undef, <1 x i32> <i32 1>
165 %tmp1 = bitcast <1 x i64> %shuffle.i.i.i to <8 x i8>
168 %shuffle.i.i4.i = shufflevector <2 x i64> %tmp2, <2 x i64> undef, <1 x i32> <i32 1>
169 %tmp3 = bitcast <1 x i64> %shuffle.i.i4.i to <8 x i8>
180 %shuffle.i.i.i = shufflevector <2 x i64> %tmp, <2 x i64> undef, <1 x i32> <i32 1>
181 %tmp1 = bitcast <1 x i64> %shuffle.i.i.i to <4 x i16>
184 %shuffle.i.i4.i = shufflevector <2 x i64> %tmp2, <2 x i64> undef, <1 x i32> <i32 1>
185 %tmp3 = bitcast <1 x i64> %shuffle.i.i4.i to <4 x i16>
196 %shuffle.i.i.i = shufflevector <2 x i64> %tmp, <2 x i64> undef, <1 x i32> <i32 1>
197 %tmp1 = bitcast <1 x i64> %shuffle.i.i.i to <2 x i32
    [all...]
  /external/llvm/test/CodeGen/X86/
avx-vextractf128.ll 10 %shuffle = shufflevector <8 x float> %a, <8 x float> undef, <8 x i32> <i32 4, i32 5, i32 6, i32 7, i32 8, i32 8, i32 8, i32 8>
11 ret <8 x float> %shuffle
20 %shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 2, i32 3, i32 4, i32 4>
21 ret <4 x double> %shuffle
avx-vinsertf128.ll 8 %shuffle = shufflevector <8 x float> %a, <8 x float> undef, <8 x i32> <i32 8, i32 8, i32 8, i32 8, i32 0, i32 1, i32 2, i32 3>
9 ret <8 x float> %shuffle
17 %shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 4, i32 4, i32 0, i32 1>
18 ret <4 x double> %shuffle
  /external/llvm/test/Transforms/InstCombine/
vec_shuffle.ll 62 ; This should turn into a single shuffle.
77 ; Test fold of two shuffles where the first shuffle vectors inputs are a
101 ; Test fold of two shuffles where the first shuffle vectors inputs are a
205 ; collapsed into valid shuffle instruction with correct shuffle indexes.
253 %shuffle = shufflevector <4 x i32> %v, <4 x i32> zeroinitializer,
255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer,
367 ; Do not reorder shuffle and binop if LHS of shuffles are of different size
373 %shuffle = shufflevector <4 x i32> %in0, <4 x i32> %in0, <2 x i32> zeroinitializer
375 %mul = mul <2 x i32> %shuffle, %shuffle
    [all...]
  /external/skia/bench/
TopoSortBench.cpp 53 sk_tool_utils::TopoTestNode::Shuffle(&fGraph, &fRand);
ImageCacheBudgetBench.cpp 72 ImageCacheBudgetBench(int budgetSize, bool shuffle)
74 , fShuffle(shuffle)
80 (shuffle ? "_shuffle" : ""));
  /external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
vectors-with-mismatched-elements.ll 8 ; and <2 x i64> by using a combination of a bitcast and a shuffle.
  /external/llvm/lib/Fuzzer/
FuzzerFlags.def 23 FUZZER_FLAG_INT(shuffle, 1, "Shuffle inputs at startup")
25 "If 1, always prefer smaller inputs during the corpus shuffle.")
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Utils/
X86ShuffleDecode.h 1 //===-- X86ShuffleDecode.h - X86 shuffle decode logic -----------*-C++-*---===//
10 // Define several functions to decode x86 specific shuffle semantics into a
79 /// DecodeUNPCKLPMask - This decodes the shuffle masks for unpcklps/unpcklpd
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 45 * Shuffle setting.
83 * All track repeat/shuffle.
90 * Group repeat/shuffle.
  /frameworks/base/tests/net/java/com/android/server/connectivity/
NetworkNotificationManagerTest.java 98 Collections.shuffle(ids);
99 Collections.shuffle(types);
106 Collections.shuffle(idsToClear);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /external/python/cpython2/Lib/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 91 random.shuffle(s)
108 random.shuffle(s)
149 random.shuffle(L)
177 random.shuffle(data)
253 random.shuffle(data)
  /hardware/libhardware/include/hardware/
bt_rc.h 296 /** Callback for list player application attributes (Shuffle, Repeat,...) */
299 /** Callback for list player application attributes (Shuffle, Repeat,...) */
428 /** Lists the support player application attributes (Shuffle/Repeat/...)
434 /** Lists the support player application attributes (Shuffle Off/On/Group)
442 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
448 /** Returns the application attributes text ("Shuffle"/"Repeat"/...)
460 /** Response to set player attribute request ("Shuffle"/"Repeat")
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 176 /// PSHUFB - Shuffle 16 8-bit values within a vector.
251 // Several flavors of instructions with vector shuffle behaviors.
379 /// specifies a shuffle of elements that is suitable for input to PSHUFD.
383 /// specifies a shuffle of elements that is suitable for input to PSHUFD.
387 /// specifies a shuffle of elements that is suitable for input to PSHUFD.
391 /// specifies a shuffle of elements that is suitable for input to SHUFP*.
395 /// specifies a shuffle of elements that is suitable for input to MOVHLPS.
404 /// specifies a shuffle of elements that is suitable for MOVLP{S|D}.
408 /// specifies a shuffle of elements that is suitable for MOVHP{S|D}.
413 /// specifies a shuffle of elements that is suitable for input to UNPCKL
    [all...]
  /external/webp/src/dsp/
alpha_processing_sse2.c 152 // We can't use a 'const int' for the SHUFFLE value, because it has to be an
156 #define APPLY_ALPHA(RGBX, SHUFFLE) do { \
162 const __m128i alpha1_lo = _mm_shufflelo_epi16(alpha0_lo, SHUFFLE); \
163 const __m128i alpha1_hi = _mm_shufflelo_epi16(alpha0_hi, SHUFFLE); \
164 const __m128i alpha2_lo = _mm_shufflehi_epi16(alpha1_lo, SHUFFLE); \
165 const __m128i alpha2_hi = _mm_shufflehi_epi16(alpha1_hi, SHUFFLE); \
  /packages/apps/Music/res/values-tl/
strings.xml 36 <string name="party_shuffle" msgid="8213359225506006168">"Party shuffle"</string>
37 <string name="party_shuffle_off" msgid="1828744483354711679">"I-off ang party shuffle"</string>
39 <string name="shuffle_all" msgid="1388193611787878773">"I-shuffle lahat"</string>
55 <string name="partyshuffle_title" msgid="6582413231529992125">"Party shuffle"</string>
93 <string name="shuffle_on_notif" msgid="5453708337808483943">"Naka-on ang shuffle."</string>
94 <string name="shuffle_off_notif" msgid="4251189610017886263">"Naka-off ang shuffle."</string>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.d 49 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
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerFlags.def 23 FUZZER_FLAG_INT(shuffle, 1, "Shuffle inputs at startup")
25 "If 1, always prefer smaller inputs during the corpus shuffle.")

Completed in 1754 milliseconds

1 2 3 4 5 6 78 91011>>