Searched defs:array_get (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/ |
H A D | CXX11Workarounds.h | 50 template<std::size_t I_, class T> constexpr inline T& array_get(std::vector<T>& a) { re… in array_get() function 51 template<std::size_t I_, class T> constexpr inline T&& array_get(std::vector<T>&& a) { re… in array_get() function 52 template<std::size_t I_, class T> constexpr inline T const& array_get(std::vector<T> const& a) { re… in array_get() function
|
H A D | EmulateArray.h | 201 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& array_get(array<T,N>& a) { in array_get() function 205 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& array_get(const array<T,N>& a) { in array_get() function
|
/aosp_15_r20/external/strace/ |
H A D | mpers.awk | 30 function array_get(array_idx, array_member, \ function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | superblock_cloner_test.cc | 61 HInstruction* array_get = in CreateBasicLoopDataFlow() local
|
H A D | optimizing_unit_test.h | 596 HArrayGet* array_get = new (GetAllocator()) HArrayGet(array, index, type, dex_pc); variable
|
H A D | graph_visualizer.cc | 483 void VisitArrayGet(HArrayGet* array_get) override { in VisitArrayGet()
|
H A D | code_generator.cc | 238 uint32_t CodeGenerator::GetArrayDataOffset(HArrayGet* array_get) { in GetArrayDataOffset()
|
H A D | bounds_check_elimination.cc | 1359 void VisitArrayGet(HArrayGet* array_get) override { in VisitArrayGet()
|
H A D | instruction_simplifier.cc | 2900 HArrayGet* array_get = new (allocator) HArrayGet(str, in SimplifyStringCharAt() local
|