/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | vote.ll | 3 declare i1 @llvm.nvvm.vote.all(i1) 4 ; CHECK-LABEL: .func{{.*}}vote.all 5 define i1 @vote.all(i1 %pred) { 6 ; CHECK: vote.all.pred 7 %val = call i1 @llvm.nvvm.vote.all(i1 %pred) 11 declare i1 @llvm.nvvm.vote.any(i1) 12 ; CHECK-LABEL: .func{{.*}}vote.any 13 define i1 @vote.any(i1 %pred) { 14 ; CHECK: vote.any.pred 15 %val = call i1 @llvm.nvvm.vote.any(i1 %pred) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.wqm.vote.ll | 10 %w = call i1 @llvm.amdgcn.wqm.vote(i1 %c) 19 %w = call i1 @llvm.amdgcn.wqm.vote(i1 true) 28 %w = call i1 @llvm.amdgcn.wqm.vote(i1 false) 43 %w = call i1 @llvm.amdgcn.wqm.vote(i1 %c) 50 declare i1 @llvm.amdgcn.wqm.vote(i1)
|
D | llvm.amdgcn.kill.ll | 232 %c2 = call i1 @llvm.amdgcn.wqm.vote(i1 %c1) 276 declare i1 @llvm.amdgcn.wqm.vote(i1)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/power/memlat_dev_update/ |
D | format | 14 field:unsigned long vote; offset:40; size:8; signed:0; 16 …d=%u, inst=%lu, mem=%lu, freq=%lu, vote=%lu", __get_str(name), REC->dev_id, REC->inst, REC->mem, R…
|
/external/python/cpython2/Misc/ |
D | RFD | 40 There are some restrictions on the vote taker: [s]he cannot actively 41 campaign for/against the group during the vote process. So the main 42 benefit to Steve instead of me running the vote is that I will be free
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsNVVM.td | 3809 // vote.all pred 3812 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.vote.all">, 3814 // vote.any pred 3817 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.vote.any">, 3819 // vote.uni pred 3822 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.vote.uni">, 3824 // vote.ballot pred 3827 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.vote.ballot">, 3834 // vote.sync.all mask, pred 3837 [IntrInaccessibleMemOnly, IntrConvergent], "llvm.nvvm.vote.all.sync">, [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestMisc.java | 231 int vote = Level.getDefaultWeight("google", desiredLocale); in testWeights() local 232 rel.add(new Pair<Integer, String>(vote, desiredLocale)); in testWeights()
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 144 won't cross the street to vote in a national election.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathDescription.txt | 33 … Defines the set of characters used in your language. You may not edit or vote on this item at thi… 34 …acters used in your language for the “{1}” category. You may not edit or vote on this item at thi… 36 …haracters that are treated as equivalent in parsing. You may not edit or vote on this item at thi…
|
D | ISO-639-2_values_8bits.txt | 461 vot|||Votic|vote
|
D | southamerica | 128 # It remains the vote of the Deputies..., but it will be the same.... 141 # the lower chamber too (Diputados) with a vote 192 for and 2 against.
|
D | northamerica | 594 # abandonment of use of daylight saving resulted from the 1983 vote. 1105 # by city vote. 1572 # but will vote on 11-10 whether to use EST/EDT.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/AMDGPU/ |
D | amdgcn-intrinsics.ll | 1691 ; llvm.amdgcn.wqm.vote 1694 declare i1 @llvm.amdgcn.wqm.vote(i1) 1700 %w = call i1 @llvm.amdgcn.wqm.vote(i1 true) 1709 %w = call i1 @llvm.amdgcn.wqm.vote(i1 false) 1718 %w = call i1 @llvm.amdgcn.wqm.vote(i1 undef)
|
/external/icu/icu4c/source/data/lang/ |
D | fr.txt | 605 vot{"vote"}
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 984 amdgcn_wqm_vote, // llvm.amdgcn.wqm.vote 4558 nvvm_vote_all, // llvm.nvvm.vote.all 4559 nvvm_vote_all_sync, // llvm.nvvm.vote.all.sync 4560 nvvm_vote_any, // llvm.nvvm.vote.any 4561 nvvm_vote_any_sync, // llvm.nvvm.vote.any.sync 4562 nvvm_vote_ballot, // llvm.nvvm.vote.ballot 4563 nvvm_vote_ballot_sync, // llvm.nvvm.vote.ballot.sync 4564 nvvm_vote_uni, // llvm.nvvm.vote.uni 4565 nvvm_vote_uni_sync, // llvm.nvvm.vote.uni.sync
|
D | IntrinsicImpl.inc | 1010 "llvm.amdgcn.wqm.vote", 4584 "llvm.nvvm.vote.all", 4585 "llvm.nvvm.vote.all.sync", 4586 "llvm.nvvm.vote.any", 4587 "llvm.nvvm.vote.any.sync", 4588 "llvm.nvvm.vote.ballot", 4589 "llvm.nvvm.vote.ballot.sync", 4590 "llvm.nvvm.vote.uni", 4591 "llvm.nvvm.vote.uni.sync", 9888 33, // llvm.amdgcn.wqm.vote [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 619 vote(const _mesa_glsl_parse_state *state) in vote() function 3281 _vote("__intrinsic_vote_any", vote), in create_builtins() 3285 _vote("__intrinsic_vote_all", vote), in create_builtins() 3289 _vote("__intrinsic_vote_eq", vote), in create_builtins()
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 98 that used by the Apache group. Developers can vote +1, +0, -0, or -1 on a patch; 104 a vote, and approve or reject a change even if the community disagrees with him.
|
D | 2.5.rst | 67 comp.lang.python. A vote was even held that found the majority of voters wanted
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.0.rst | 98 that used by the Apache group. Developers can vote +1, +0, -0, or -1 on a patch; 104 a vote, and approve or reject a change even if the community disagrees with him.
|
D | 2.5.rst | 67 comp.lang.python. A vote was even held that found the majority of voters wanted
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 220 // vote.{all,any,uni,ballot} 223 "vote." # mode # " \t$dest, $pred;", 233 // vote.sync.{all,any,uni,ballot} 236 "vote.sync." # mode # " \t$dest, $pred, $mask;", 240 "vote.sync." # mode #" \t$dest, $pred, $mask;",
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 2381 投票站 < polling\-station\-\(for\-a\-vote\); 4309 投了票 < past\-tense\-of\-to\-vote; 4526 不信任投票 < vote\-of\-no\-confidence; 8321 表決 < decide\-by\-vote; 8959 表決權 < right\-to\-vote; 10402 得票 < vote\-getting; 16711 投票 < to\-vote; 17861 選票 < a\-vote; 21726 不信任投票 > vote\-of\-no\-confidence; 23783 投票站 > polling\-station\-\(for\-a\-vote\); [all …]
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1877 yawning. `I'm getting tired of this. I vote the young lady
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 1881 yawning. `I'm getting tired of this. I vote the young lady
|