Home
last modified time | relevance | path

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

/external/llvm-libc/test/src/__support/
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
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
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
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
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
/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