Searched defs:fixed_vector (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | fixedvector_test.cpp | 14 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local 29 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local 39 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 76 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function 83 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/ |
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/ |
D | LowLevelType.h | 100 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function 107 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/ |
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | vector.hpp | 840 class fixed_vector: class 866 fixed_vector (): in fixed_vector() function in boost::numeric::ublas::fixed_vector 874 fixed_vector (const array_type &data): in fixed_vector() function in boost::numeric::ublas::fixed_vector 881 fixed_vector (const value_type &init): in fixed_vector() function in boost::numeric::ublas::fixed_vector 890 fixed_vector (const fixed_vector &v): in fixed_vector() function in boost::numeric::ublas::fixed_vector 900 fixed_vector (const vector_expression<AE> &ae): in fixed_vector() function in boost::numeric::ublas::fixed_vector 911 fixed_vector(value_type v0, Types... vrest) : in fixed_vector() function in boost::numeric::ublas::fixed_vector
|