/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | ConstantRangeTest.cpp | 24 static ConstantRange Some; member in __anonbd6c175d0111::ConstantRangeTest 31 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anonbd6c175d0111::ConstantRangeTest 65 EXPECT_FALSE(Some.isFullSet()); in TEST_F() 66 EXPECT_FALSE(Some.isEmptySet()); in TEST_F() 67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F() 68 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F() 69 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F() 70 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F() 71 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F() 72 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F() [all …]
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 24 static ConstantRange Some; member in __anon10950d6f0111::ConstantRangeTest 31 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anon10950d6f0111::ConstantRangeTest 65 EXPECT_FALSE(Some.isFullSet()); in TEST_F() 66 EXPECT_FALSE(Some.isEmptySet()); in TEST_F() 67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F() 68 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F() 69 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F() 70 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F() 71 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F() 72 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | super-message-fragileabi.m | 3 @class Some; 6 - (id)initSome:(Some *)anArg; argument 15 - (id)initSome:(Some *)arg; argument 21 - (id)initSome:(Some *)arg { argument
|
/external/lzma/DOC/ |
D | lzma-history.txt | 9 Some code in CPP\7zip\Archive\7z\ worked correctly only under Windows. 28 - Some bugs were fixed. 60 - Some bugs were fixed 65 - Some changes in ANSI-C 7z Decoder interfaces. 76 - Some minor fixes 81 - Some minor fixes 89 - Some changes in ANSI-C 7z Decoder interfaces. 95 - Some minor fixes. 182 - Some GUIDs/interfaces in C++ were changed. 256 - Some internal minor changes [all …]
|
/external/mdnsresponder/Clients/ |
D | ReadMe.txt | 4 Some of the clients are command-line oriented; some are graphical. 6 Some of the clients, like the "dns-sd" command-line tool, can be built 7 for a variety of platforms. Some of the clients only build for one 11 Some of the clients can be built more than one way. For example, the
|
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/ |
D | aliastest.ll | 49 ; Some type. 51 ; Some other non-aliasing type. 54 ; Some type. 56 ; Some type in a different type system.
|
D | dse.ll | 53 ; Some type. 55 ; Some other non-aliasing type. 58 ; Some type. 60 ; Some type in a different type system.
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | aliastest.ll | 49 ; Some type. 51 ; Some other non-aliasing type. 54 ; Some type. 56 ; Some type in a different type system.
|
D | dse.ll | 54 ; Some type. 56 ; Some other non-aliasing type. 59 ; Some type. 61 ; Some type in a different type system.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrVFP.td | 78 // Some single precision VFP instructions may be executed on both NEON and VFP 92 // Some single precision VFP instructions may be executed on both NEON and VFP 140 // Some single precision VFP instructions may be executed on both NEON and 153 // Some single precision VFP instructions may be executed on both NEON and 166 // Some single precision VFP instructions may be executed on both NEON and 209 // Some single precision VFP instructions may be executed on both NEON and 223 // Some single precision VFP instructions may be executed on both NEON and 247 // Some single precision VFP instructions may be executed on both NEON and 261 // Some single precision VFP instructions may be executed on both NEON and 283 // Some single precision VFP instructions may be executed on both NEON and [all …]
|
/external/markdown/docs/extensions/ |
D | HeaderId.txt | 65 ... #Some Header 69 <h3 id="some_header">Some Header</h3> 76 ... # Some Header 80 <h1>Some Header</h1>
|
/external/libxml2/test/schematron/ |
D | zvon8.sct | 5 <assert test="count(//BBB) <= count(//AAA)">Some AAA are missing</assert> 6 <report test="count(//BBB) < count(//AAA)">Some BBB are missing</report>
|
/external/markdown/tests/misc/ |
D | br.txt | 3 <p>Some of these words <em>are emphasized</em>. 4 Some of these words <em>are emphasized also</em>.</p>
|
/external/curl/tests/data/ |
D | test575 | 108 Some junk ;-) This file does not really exist. 113 Some junk ;-) This file does not really exist. 118 Some junk ;-) This file does not really exist.
|
/external/libyuv/files/build_overrides/ |
D | build.gni | 11 # Some WebRTC targets require the 10.7 deployment version of the Mac SDK and a 17 # Some non-Chromium builds don't use Chromium's third_party/binutils. 24 # Some non-Chromium builds don't support building java targets.
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 11 | Some (Token.Kwd ';') -> 15 | Some token ->
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | toplevel.ml | 11 | Some (Token.Kwd ';') -> 15 | Some token ->
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 25 | Some callee -> callee 47 | Some callee -> callee 56 | Some callee -> callee 141 try Some (Hashtbl.find named_values var_name) with Not_found -> None 153 | Some step -> codegen_expr step 182 | Some old_val -> Hashtbl.add named_values var_name old_val 200 | Some f ->
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 25 | Some callee -> callee 47 | Some callee -> callee 56 | Some callee -> callee 141 try Some (Hashtbl.find named_values var_name) with Not_found -> None 153 | Some step -> codegen_expr step 182 | Some old_val -> Hashtbl.add named_values var_name old_val 200 | Some f ->
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 13 | Some (Token.Kwd ';') -> 17 | Some token ->
|
/external/v8/build_overrides/ |
D | build.gni | 17 # Some non-Chromium builds don't support building java targets. 20 # Some non-Chromium builds don't use Chromium's third_party/binutils.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toplevel.ml | 13 | Some (Token.Kwd ';') -> 17 | Some token ->
|
/external/valgrind/ |
D | README_DEVELOPERS_processes | 58 Some special cases: 60 Some bugs or changes only touch the VEX SVN repository, so it is not 66 Some changes or bug fixes are very big and might be implemented over 73 Some bugs are reported more than once in bugzilla.
|
/external/shflags/test_results/1.0.2/ |
D | Solaris-11.txt | 35 test:WARN Standard version of getopt found. Some tests will be skipped. 102 test:WARN Standard version of getopt found. Some tests will be skipped. 170 test:WARN Standard version of getopt found. Some tests will be skipped. 238 test:WARN Standard version of getopt found. Some tests will be skipped.
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 116 // Some targets (e.g. Swift) have microcoded VGETLNi32. 121 // Some targets (e.g. Swift) have microcoded VDUP32. 125 // Some targets (e.g. Cortex-A9) prefer VMOVSR to VMOVDRR even when using NEON 135 // Some targets (e.g. Cortex-A9) have muxed AGU and NEON/FPU. 144 // Some targets have a renaming dependency when loading into D subregisters. 148 // Some targets (e.g. Cortex-A15) never want VMOVS to be widened to VMOVD. 157 // Some targets have special RAW hazards for VFP/NEON VMLA/VMLS. 161 // Some targets (e.g. Cortex-A9) want to convert VMOVRS, VMOVSR and VMOVS from 166 // Some processors benefit from using NEON instructions for scalar 179 // Some processors have a nonpipelined VFP coprocessor. [all …]
|