Home
last modified time | relevance | path

Searched refs:Some (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp24 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/
DConstantRangeTest.cpp24 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/
Dsuper-message-fragileabi.m3 @class Some;
6 - (id)initSome:(Some *)anArg; argument
15 - (id)initSome:(Some *)arg; argument
21 - (id)initSome:(Some *)arg { argument
/external/lzma/DOC/
Dlzma-history.txt9 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/
DReadMe.txt4 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/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
Ddse.ll53 ; Some type.
55 ; Some other non-aliasing type.
58 ; Some type.
60 ; Some type in a different type system.
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
Ddse.ll54 ; 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/
DARMInstrVFP.td78 // 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/
DHeaderId.txt65 ... #Some Header
69 <h3 id="some_header">Some Header</h3>
76 ... # Some Header
80 <h1>Some Header</h1>
/external/libxml2/test/schematron/
Dzvon8.sct5 <assert test="count(//BBB) &lt;= count(//AAA)">Some AAA are missing</assert>
6 <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
/external/markdown/tests/misc/
Dbr.txt3 <p>Some of these words <em>are emphasized</em>.
4 Some of these words <em>are emphasized also</em>.</p>
/external/curl/tests/data/
Dtest575108 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/
Dbuild.gni11 # 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/
Dtoplevel.ml11 | Some (Token.Kwd ';') ->
15 | Some token ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoplevel.ml11 | Some (Token.Kwd ';') ->
15 | Some token ->
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml25 | 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/
Dcodegen.ml25 | 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/
Dtoplevel.ml13 | Some (Token.Kwd ';') ->
17 | Some token ->
/external/v8/build_overrides/
Dbuild.gni17 # 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/
Dtoplevel.ml13 | Some (Token.Kwd ';') ->
17 | Some token ->
/external/valgrind/
DREADME_DEVELOPERS_processes58 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/
DSolaris-11.txt35 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/
DARM.td116 // 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 …]

12345678910>>...43