/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 34 enum Level { Default=0, Small=1, Large=2 }; enumerator 71 return CodeModel::Large; in unwrap() 88 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 | 189 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/ |
D | vectorcall.c | 17 struct Large { int a[5]; }; argument 18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
|
/external/llvm/test/CodeGen/X86/ |
D | segmented-stacks.ll | 3 …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 …]
|
D | memcpy.ll | 30 ; 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.
|
D | statepoint-stackmap-format.ll | 102 ; Large Constants 176 ; Large Constants
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 88 CM = CodeModel::Large; in createAArch64MCCodeGenInfo() 89 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
|
/external/libbrillo/brillo/ |
D | any_internal_impl_unittest.cc | 85 struct Large { in TEST() struct 91 EXPECT_STREQ(GetTypeTag<Large>(), buffer.GetDataPtr()->GetTypeTag()); in TEST()
|
/external/autotest/client/tests/ffsb/ |
D | profile.cfg.sample | 1 # Large file random writes.
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 20 Large code contributions: 25 Large quantity of code reviews:
|
/external/ceres-solver/docs/source/ |
D | bibliography.rst | 8 **Bundle Adjustment in the Large**, *Proceedings of the European 119 Levenberg Marquardt Method for Large Sparse Nonlinear Least
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 71 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
|
/external/autotest/client/site_tests/hardware_SAT/ |
D | control.memory_qual | 16 Large amounts of memory is allocted in a single block, and memory is divided
|
D | control | 16 Large amounts of memory is allocted in a single block, and memory is divided
|
D | control.hwqual | 16 Large amounts of memory is allocted in a single block, and memory is divided
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 76 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 116 CM = CodeModel::Large; in createSparcV9MCCodeGenInfo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 222 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
/external/srtp/doc/ |
D | header.template | 72 {\Large David A. McGrew \\ \texttt{mcgrew@cisco.com} }\\
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 74 if (TM.getCodeModel() == CodeModel::Large) in ClassifyGlobalReference()
|
/external/libdivsufsort/ |
D | CMakeLists.txt | 24 option(WITH_LFS "Enable Large File Support" ON)
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 39 | Large Constructor
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 198 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
|