Home
last modified time | relevance | path

Searched defs:Features (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/llvm-project/llvm/docs/
DVectorizers.rst139 Features section in The Loop Vectorizer
145 Loops with unknown trip count
162 Runtime Checks of Pointers
184 Reductions
205 Inductions
218 If Conversion
236 Pointer Induction Variables
250 Reverse Iterators
262 Scatter / Gather
278 Vectorization of Mixed Types
[all …]
/external/llvm/docs/
DVectorizers.rst137 Features section in The Loop Vectorizer
143 Loops with unknown trip count
160 Runtime Checks of Pointers
182 Reductions
203 Inductions
216 If Conversion
234 Pointer Induction Variables
248 Reverse Iterators
260 Scatter / Gather
276 Vectorization of Mixed Types
[all …]
DCodingStandards.rst141 .. _N2118: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
142 .. _N2439: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
143 .. _N1720: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html
144 .. _N1984: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf
145 .. _N1737: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf
146 .. _N2541: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm
147 .. _N2927: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf
148 .. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
149 .. _N1757: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
150 .. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
[all …]
/external/rust/crates/num_cpus/
DCHANGELOG.md3 ### Features subsection
22 #### Features subsubsection
39 #### Features subsubsection
46 #### Features subsubsection
52 #### Features subsubsection
58 #### Features subsubsection
80 #### Features subsubsection
92 #### Features subsubsection
98 #### Features subsubsection
104 #### Features subsubsection
[all …]
/external/libsrtp2/fuzzer/
DREADME.md18 ## Features section in libsrt fuzzer
20 ### Portable PRNG
30 ### Size 0 allocations
36 ### Random allocation failures
42 ### Detecting inadequate pointer arithmetic
79 ### Output memory testing
/external/subsampling-scale-image-view/
DREADME.md37 ## Features section in Subsampling Scale Image View
39 #### Image display
55 #### Gesture detection
66 #### Animation
72 #### Overridable event detection
77 #### Easy integration
/external/google-styleguide/
Dobjcguide.md834 ### Macros
900 ### Nonstandard Extensions
915 ### Identify Designated Initializer
928 ### Override Designated Initializer
937 ### Overridden NSObject Method Placement
949 ### Initialization
959 ### Instance Variables In Headers Should Be @protected or @private
975 ### Do Not Use +new
981 ### Keep the Public API Simple
998 ### #import and #include
[all …]
/external/rust/crates/lazycell/
DCHANGELOG.md10 #### Features subsubsection
24 #### Features subsubsection
34 #### Features subsubsection
60 #### Features subsubsection
74 #### Features subsubsection
102 #### Features subsubsection
112 #### Features subsubsection
136 #### Features subsubsection
160 #### Features subsubsection
177 #### Features subsubsection
[all …]
/external/opencensus-java/contrib/agent/
DREADME.md11 ## Features section in OpenCensus Agent for Java
19 ### Automatic context propagation for Executors
25 ### Automatic context propagation for Threads
31 ### Preliminary support for tracing
/external/tinyxml2/
Dreadme.md77 Features section in TinyXML-2
80 ### Code Page
87 ### Memory Model
97 ### White Space
158 ### Entities
183 ### Printing
/external/opencensus-java/contrib/spring/
DREADME.md54 ### Features subsection
56 #### Traced Annotation
74 #### Database Support
89 #### Complete Spring XML configuration
/external/nanohttpd/src/site/markdown/
Dindex.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/nanohttpd/
DREADME.md106 ## Features section
107 ### Core
120 ### Websocket
123 ### Webserver
/external/catch2/docs/
Dlimitations.md57 ## Features section in Known limitations
60 ### Thread safe assertions
94 ### Process isolation in a test
97 ### Running multiple tests in parallel
/external/rust/crates/clap/
DCHANGELOG.md44 #### Features subsubsection
85 #### Features subsubsection
130 #### Features subsubsection
198 #### Features subsubsection
398 #### Features subsubsection
505 #### Features subsubsection
621 #### Features subsubsection
724 #### Features subsubsection
791 #### Features subsubsection
816 #### Features subsubsection
[all …]
/external/rust/crates/ring/src/aead/
Dchacha20_poly1305.rs40 _todo: cpu::Features, in chacha20_poly1305_init()
51 cpu_features: cpu::Features, in chacha20_poly1305_seal()
62 cpu_features: cpu::Features, in chacha20_poly1305_open()
83 cpu_features: cpu::Features, in aead()
139 cpu_features: cpu::Features, in derive_poly1305_key()
Daes_gcm.rs57 cpu_features: cpu::Features, in init()
71 cpu_features: cpu::Features, in aes_gcm_seal()
82 cpu_features: cpu::Features, in aes_gcm_open()
101 cpu_features: cpu::Features, in aead()
206 cpu_features: cpu::Features, in integrated_aes_gcm()
272 _: cpu::Features, in integrated_aes_gcm()
/external/llvm-project/clang/lib/Basic/
DTargetID.cpp27 auto Features = T.isAMDGCN() ? llvm::AMDGPU::getArchAttrAMDGCN(ProcKind) in getAllPossibleAMDGPUTargetIDFeatures() local
78 auto Features = Split.second; in parseTargetIDWithFormatCheckingOnly() local
131 const llvm::StringMap<bool> &Features) { in getCanonicalTargetID()
148 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() member
152 llvm::StringMap<bool> Features; in getConflictTargetIDCombination() local
/external/pigweed/pw_i2c/
Ddocs.rst13 Features subtitle
16 pw::i2c::Initiator
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DAArch64.cpp68 std::vector<StringRef> &Features, in DecodeAArch64Features()
93 std::vector<StringRef> &Features) { in DecodeAArch64Mcpu()
123 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMarch()
140 std::vector<StringRef> &Features) { in getAArch64ArchFeaturesFromMcpu()
152 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMtune()
174 std::vector<StringRef> &Features) { in getAArch64MicroArchFeaturesFromMcpu()
187 std::vector<StringRef> &Features) { in getAArch64TargetFeatures()
/external/rust/crates/gdbstub/src/protocol/commands/
D_qSupported.rs22 pub struct Features<'a>(&'a [u8]); struct
24 impl<'a> Features<'a> { implementation
/external/rust/crates/chrono/
DCHANGELOG.md31 ### Features subsection
50 ### Features subsection
64 ### Features subsection
135 ### Features subsection
166 ### Features subsection
180 ### Features subsection
196 ### Features subsection
202 ### Features subsection
211 ### Features subsection
217 ### Features subsection
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DWebAssembly.cpp98 void WebAssemblyTargetInfo::setSIMDLevel(llvm::StringMap<bool> &Features, in setSIMDLevel()
125 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled()
137 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU, in initFeatureMap()
153 std::vector<std::string> &Features, DiagnosticsEngine &Diags) { in handleTargetFeatures()
/external/llvm-project/clang-tools-extra/clangd/quality/
DREADME.md20 ### Features subsection
24 #### Number
31 #### Enum
/external/angle/doc/
DStarter-Projects.md41 ### Add an AST Validator to the Shader Translator
50 ### Fix shader source viewing in RenderDoc/NSIGHT
57 ### Implement Android CDD Extensions

12345678910>>...13