Home
last modified time | relevance | path

Searched refs:Large (Results 1 – 25 of 95) sorted by relevance

1234

/external/eigen/Eigen/src/Core/
DGeneralProduct.h39 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/
DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
67 return CodeModel::Large; in unwrap()
84 case CodeModel::Large: in wrap()
/external/bzip2/
DREADME.COMPILATION.PROBLEMS18 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/
Dthunks.cpp185 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/
DCONTRIBUTORS.txt20 Large code contributions:
25 Large quantity of code reviews:
/external/chromium_org/third_party/protobuf/
DCONTRIBUTORS.txt20 Large code contributions:
25 Large quantity of code reviews:
/external/chromium_org/media/base/
Dtest_helpers.h76 static VideoDecoderConfig Large();
Dtest_helpers.cc135 VideoDecoderConfig TestVideoConfig::Large() { in Large() function in media::TestVideoConfig
/external/llvm/test/CodeGen/X86/
Dmemcpy.ll29 ; 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/
Dbibliography.rst8 **Bundle Adjustment in the Large**, *Proceedings of the European
113 Levenberg Marquardt Method for Large Sparse Nonlinear Least
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp89 CM = CodeModel::Large; in createAArch64MCCodeGenInfo()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h67 clEnumValN(CodeModel::Large, "large",
/external/chromium_org/tools/deep_memory_profiler/
DREADME.policy26 - Large-level components (V8, WebKit, ...)
/external/srtp/doc/
Dheader.template72 {\Large David A. McGrew \\ \texttt{mcgrew@cisco.com} }\\
/external/libmtp/
Dconfigure.ac93 # Enable LFS (Large File Support)
/external/chromium_org/media/filters/
Dfake_video_decoder_unittest.cc305 InitializeWithConfig(TestVideoConfig::Large()); in TEST_F()
Dffmpeg_video_decoder_unittest.cc80 InitializeWithConfig(TestVideoConfig::Large()); in Reinitialize()
/external/chromium_org/third_party/sqlite/src/test/
Dbigfile.test92 puts "**** Large file support appears to be broken. *****"
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp71 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
/external/llvm/tools/lli/
Dlli.cpp162 clEnumValN(CodeModel::Large, "large",
/external/llvm/docs/CommandGuide/
Dlli.rst176 large: Large code model
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp351 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
/external/stlport/etc/
DReleaseNote.txt138 * Large file ( > 4 Go) stream support on Win32 platform.
/external/dropbear/libtommath/
Dtommath.out48 \BOOKMARK [2][-]{subsection.3.5.2}{Setting Large Constants}{section.3.5}
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc95 TEST(RepeatedField, Large) { in TEST() argument
306 TEST(RepeatedPtrField, Large) { in TEST() argument

1234