Home
last modified time | relevance | path

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

12345

/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
34 enum Level { Default=0, Small=1, Large=2 }; enumerator
71 return CodeModel::Large; in unwrap()
88 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.cpp189 struct Large { struct
205 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
213 void baz(X, X&, _Complex float, Small, Small&, Large);
216 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/external/clang/test/CodeGen/
Dvectorcall.c17 struct Large { int a[5]; }; argument
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
/external/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll3 …e=x86_64-linux -code-model=large -verify-machineinstrs | FileCheck %s -check-prefix=X64-Linux-Large
61 ; X64-Linux-Large-LABEL: test_basic:
63 ; X64-Linux-Large: cmpq %fs:112, %rsp
64 ; X64-Linux-Large-NEXT: ja .LBB0_2
66 ; X64-Linux-Large: movabsq $40, %r10
67 ; X64-Linux-Large-NEXT: movabsq $0, %r11
68 ; X64-Linux-Large-NEXT: callq *__morestack_addr(%rip)
69 ; X64-Linux-Large-NEXT: ret
641 ; X64-Linux-Large: .rodata
642 ; X64-Linux-Large-NEXT: __morestack_addr:
[all …]
Dmemcpy.ll30 ; Large constant memcpy's should lower to a call when optimizing for size.
83 ; Large constant memcpy's should be inlined when not optimizing for size.
Dstatepoint-stackmap-format.ll102 ; Large Constants
176 ; Large Constants
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp88 CM = CodeModel::Large; in createAArch64MCCodeGenInfo()
89 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
/external/libbrillo/brillo/
Dany_internal_impl_unittest.cc85 struct Large { in TEST() struct
91 EXPECT_STREQ(GetTypeTag<Large>(), buffer.GetDataPtr()->GetTypeTag()); in TEST()
/external/autotest/client/tests/ffsb/
Dprofile.cfg.sample1 # Large file random writes.
/external/protobuf/
DCONTRIBUTORS.txt20 Large code contributions:
25 Large quantity of code reviews:
/external/ceres-solver/docs/source/
Dbibliography.rst8 **Bundle Adjustment in the Large**, *Proceedings of the European
119 Levenberg Marquardt Method for Large Sparse Nonlinear Least
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp71 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
/external/autotest/client/site_tests/hardware_SAT/
Dcontrol.memory_qual16 Large amounts of memory is allocted in a single block, and memory is divided
Dcontrol16 Large amounts of memory is allocted in a single block, and memory is divided
Dcontrol.hwqual16 Large amounts of memory is allocted in a single block, and memory is divided
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp76 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp116 CM = CodeModel::Large; in createSparcV9MCCodeGenInfo()
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp222 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
/external/srtp/doc/
Dheader.template72 {\Large David A. McGrew \\ \texttt{mcgrew@cisco.com} }\\
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp74 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
/external/libdivsufsort/
DCMakeLists.txt24 option(WITH_LFS "Enable Large File Support" ON)
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml39 | Large Constructor
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp198 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()

12345