Home
last modified time | relevance | path

Searched refs:plain_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DDenseStorage.h44 struct plain_array struct
49 plain_array() in plain_array() argument
55 plain_array(constructor_without_unaligned_array_assert) in plain_array() function
83 struct plain_array<T, Size, MatrixOrArrayOptions, 8>
88 plain_array()
95 plain_array(constructor_without_unaligned_array_assert)
102 struct plain_array<T, Size, MatrixOrArrayOptions, 16>
107 plain_array()
114 plain_array(constructor_without_unaligned_array_assert)
121 struct plain_array<T, Size, MatrixOrArrayOptions, 32>
[all …]
H A DGeneralProduct.h183 …internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0,EIGEN_PLAIN_ENUM_MIN(Alig…
188 …internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize)+(ForceAlignment?EIGEN_MAX_A…
/aosp_15_r20/external/eigen/test/
H A Ddense_storage.cpp104 …VERIFY_IS_EQUAL( (std::alignment_of<internal::plain_array<T,Size,AutoAlign,Alignment> >::value), A… in dense_storage_alignment()
/aosp_15_r20/external/cronet/base/containers/
H A Dspan_unittest.cc1939 uint8_t plain_array[kSize] = {0}; in TEST() local
1940 static_assert(EXTENT(plain_array) == kSize, "EXTENT broken for plain arrays"); in TEST()