/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 39 Large = 2, enumerator 51 value = is_large ? Large 113 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa… 114 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa… 115 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP… 116 template<> struct product_type_selector<1, Large,Large> { enum { ret = GemvProduct… 117 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP… 118 template<> struct product_type_selector<Large,1, Small> { enum { ret = CoeffBasedP… 119 template<> struct product_type_selector<Large,1, Large> { enum { ret = GemvProduct… 120 template<> struct product_type_selector<Small,1, Large> { enum { ret = CoeffBasedP… [all …]
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator 67 return CodeModel::Large; in unwrap() 84 case CodeModel::Large: in wrap()
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 18 6.0 and nmake, you can build a native Win32 version too. Large file 23 but many newer ones can. Large files are pretty huge -- most files 24 you'll encounter are not Large Files. 34 file support. For more details, see the Large File Support 35 Specification, published by the Large File Summit, at
|
/external/clang/test/CodeGenCXX/ |
D | thunks.cpp | 185 struct Large { struct 201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0; 209 void baz(X, X&, _Complex float, Small, Small&, Large); 212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 20 Large code contributions: 25 Large quantity of code reviews:
|
/external/chromium_org/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 20 Large code contributions: 25 Large quantity of code reviews:
|
/external/chromium_org/media/base/ |
D | test_helpers.h | 76 static VideoDecoderConfig Large();
|
D | test_helpers.cc | 135 VideoDecoderConfig TestVideoConfig::Large() { in Large() function in media::TestVideoConfig
|
/external/llvm/test/CodeGen/X86/ |
D | memcpy.ll | 29 ; Large constant memcpy's should lower to a call when optimizing for size. 62 ; Large constant memcpy's should be inlined when not optimizing for size.
|
/external/ceres-solver/docs/source/ |
D | bibliography.rst | 8 **Bundle Adjustment in the Large**, *Proceedings of the European 113 Levenberg Marquardt Method for Large Sparse Nonlinear Least
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 89 CM = CodeModel::Large; in createAArch64MCCodeGenInfo()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 67 clEnumValN(CodeModel::Large, "large",
|
/external/chromium_org/tools/deep_memory_profiler/ |
D | README.policy | 26 - Large-level components (V8, WebKit, ...)
|
/external/srtp/doc/ |
D | header.template | 72 {\Large David A. McGrew \\ \texttt{mcgrew@cisco.com} }\\
|
/external/libmtp/ |
D | configure.ac | 93 # Enable LFS (Large File Support)
|
/external/chromium_org/media/filters/ |
D | fake_video_decoder_unittest.cc | 305 InitializeWithConfig(TestVideoConfig::Large()); in TEST_F()
|
D | ffmpeg_video_decoder_unittest.cc | 80 InitializeWithConfig(TestVideoConfig::Large()); in Reinitialize()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | bigfile.test | 92 puts "**** Large file support appears to be broken. *****"
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 71 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 162 clEnumValN(CodeModel::Large, "large",
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 176 large: Large code model
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 351 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
|
/external/stlport/etc/ |
D | ReleaseNote.txt | 138 * Large file ( > 4 Go) stream support on Win32 platform.
|
/external/dropbear/libtommath/ |
D | tommath.out | 48 \BOOKMARK [2][-]{subsection.3.5.2}{Setting Large Constants}{section.3.5}
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 95 TEST(RepeatedField, Large) { in TEST() argument 306 TEST(RepeatedPtrField, Large) { in TEST() argument
|