Searched refs:array (Results 76 - 82 of 82) sorted by relevance

1234

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh42 #include <array>
171 /** The array of histories */
346 std::vector<std::vector<std::array<bool, 2>>> sign_bits;
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h17 #include <array>
1407 std::array<object, size> entries{{
1760 std::array<object, size> args {
1769 std::array<std::string, size> argtypes { {type_id<Args>()...} };
/gem5/src/arch/hsail/
H A DBrig_new.hpp983 //.array={/ARRAY$/?"true":"false"}
1517 BrigUInt64 array; //.acc=subItem<UInt64> //.wtype=UInt64 member in struct:BrigOperandConstantImage
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3292 // flattened array in lhs-major order, use 'SpaceIndex()' to translate
3630 // ElementsAreArray(array)
3637 // array, a pointer and count, a vector, an initializer list, or an
3659 const T (&array)[N]) {
3660 return ElementsAreArray(array, N);
3679 // UnorderedElementsAreArray(array)
3701 UnorderedElementsAreArray(const T (&array)[N]) {
3702 return UnorderedElementsAreArray(array, N);
4178 // Matches an STL-style container or a native array that contains the
4208 // container or a native array tha
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_caches.cc972 WalkCache::WalkCache(const std::array<unsigned, 2*WALK_CACHE_LEVELS> &_sizes,
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc904 // Converts an array of wide chars to a narrow string using the UTF-8
2108 std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { argument
2109 return std::vector<std::string>(array, array + kSize);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h90 // ValuesIn(container) - Yields values from a C-style array, an STL
256 // ValuesIn(const T (&array)[N])
258 // a C-style array.
318 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]) {
319 return ValuesIn(array, array + N);

Completed in 80 milliseconds

1234