Searched defs:new_size (Results 1 – 4 of 4) sorted by relevance
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/StlSupport/ |
| D | StdVector.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 97 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 102 void resize(size_type new_size, const value_type& x) in resize() 108 void resize(size_type new_size, const value_type& x) in resize() 118 void resize(size_type new_size, const value_type& x) in resize()
|
| D | StdDeque.h | 80 void resize(size_type new_size) in resize() 85 void resize(size_type new_size, const value_type& x) in resize() 99 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() 103 void resize(size_type new_size, const value_type& x) in resize() 113 void resize(size_type new_size, const value_type& x) in resize()
|
| D | StdList.h | 80 void resize(size_type new_size) in resize() 83 void resize(size_type new_size, const value_type& x) in resize() 98 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/util/ |
| D | Memory.h | 188 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc() 238 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc() 346 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new() 390 …ool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new_auto()
|