Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/external/eigen/Eigen/src/Core/
DGeneralProduct.h18 Small = 3 enumerator
32 : Small
89 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedP…
90 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedP…
91 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedP…
92 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBa…
93 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa…
94 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa…
95 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP…
97 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP…
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
75 Small small_return() { return Small(); } in small_return()
113 void small_arg(Small s) {} in small_arg()
244 Small thiscall_method_small() { return Small(); } in thiscall_method_small()
254 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small()
274 void thiscall_method_arg(Small s) {} in thiscall_method_arg()
300 c.thiscall_method_arg(Small()); in use_class()
Dthunks.cpp188 struct Small { short s; }; 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
Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
38 (void)c.Small(); in test()
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1()
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef
24 Small returnSmall(Small x) { return x; } in returnSmall()
Daarch64-type-sizes.c83 enum Small { enum
88 return sizeof(enum Small); in foo()
Dvectorcall.c12 struct Small { int x; }; argument
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.proto13 message Small { message
19 repeated Small smalls = 2;
36 optional Small small = 8;
47 map<int32, Small> value_message = 1;
/external/llvm/include/llvm/ADT/
DDenseMap.h748 unsigned Small : 1; variable
795 if (Small && RHS.Small) { in swap()
824 if (!Small && !RHS.Small) { in swap()
830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
836 LargeSide.Small = true; in swap()
855 SmallSide.Small = false; in swap()
876 Small = true; in copyFrom()
878 Small = false; in copyFrom()
885 Small = true; in init()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h748 unsigned Small : 1; variable
795 if (Small && RHS.Small) { in swap()
824 if (!Small && !RHS.Small) { in swap()
830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
836 LargeSide.Small = true; in swap()
855 SmallSide.Small = false; in swap()
876 Small = true; in copyFrom()
878 Small = false; in copyFrom()
885 Small = true; in init()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h815 unsigned Small : 1; variable
862 if (Small && RHS.Small) { in swap()
891 if (!Small && !RHS.Small) { in swap()
897 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
898 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
903 LargeSide.Small = true; in swap()
922 SmallSide.Small = false; in swap()
943 Small = true; in copyFrom()
945 Small = false; in copyFrom()
952 Small = true; in init()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h35 return CodeModel::Small; in unwrap()
43 return CodeModel::Small; in unwrap()
48 case CodeModel::Small: in wrap()
/external/llvm/test/Transforms/InstCombine/
Dbuiltin-object-size-offset.ll8 ; char Small[10];
9 ; char *Ptr = N ? Big + 10 : Small;
27 %Small = alloca [10 x i8], align 1
30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dbuiltin-object-size-offset.ll8 ; char Small[10];
9 ; char *Ptr = N ? Big + 10 : Small;
27 %Small = alloca [10 x i8], align 1
30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp53 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection()
80 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl()
88 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
/external/llvm/test/Transforms/CodeGenPrepare/
Dbuiltin-condition.ll20 ; char Small[10];
22 ; char *Ptr = n ? Small : Large + 19;
65 %Small = alloca [10 x i8], align 1
67 %0 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
/external/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
DCodeGenCWrappers.h32 return CodeModel::Small; in unwrap()
49 case CodeModel::Small: in wrap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/external/u-boot/lib/lzma/
Dhistory.txt80 - Small changes for more compatibility with some C/C++ compilers.
95 - Small changes for more compatibility with some C/C++ compilers.
100 - Small changes in .h files in ANSI-C version.
169 - Small fixes in C++ code
174 - Small fixes
206 - Small speed optimization in LZMA C++ code
/external/u-boot/drivers/scsi/
DKconfig5 This enables support for SCSI (Small Computer System Interface),
15 This option enables the SCSI (Small Computer System Interface) uclass
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dbuiltin-condition.ll53 ; char Small[10];
55 ; char *Ptr = n ? Small : Large + 19;
98 %Small = alloca [10 x i8], align 1
100 %0 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
/external/protobuf/
DCONTRIBUTORS.txt46 * Small patch to handle trailing slashes in --proto_path flag.
48 * Small patch to fix Python CallMethod().
50 * Small optimizations to Python serialization.
77 * Small patch improving performance of in Python serialization.
/external/libcxx/benchmarks/
Dstring.bench.cpp60 enum class Length { Empty, Small, Large, Huge }; enumerator
128 case Length::Small: in makeString()
322 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
325 {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
339 for (auto L : {Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()

12345678910>>...12