Home
last modified time | relevance | path

Searched defs:fixed_vector (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dfixedvector_test.cpp14 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 DLowLevelTypeImpl.h76 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/
DLowLevelType.h92 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/
DLowLevelType.h92 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/
DLowLevelType.h100 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/
DLowLevelType.h92 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/
Dvector.hpp840 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