Searched refs:dest_array (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_assign.cpp | 205 TensorFixedSize<int, Sizes<5> > dest_array; in test_same_type() local 207 dest_array.setRandom(); in test_same_type() 209 dest_data = dest_array.data(); in test_same_type() 210 dest_array = orig_array; in test_same_type() 212 VERIFY_IS_EQUAL(dest_array.data(), dest_data); in test_same_type() 214 VERIFY_IS_EQUAL(dest_array(i), orig_array(i)); in test_same_type()
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 206 _LIBCXXABI_FUNC_VIS void __cxa_vec_cctor(void *dest_array, void *src_array, in __cxa_vec_cctor() argument 214 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor() 215 st_cxa_cleanup cleanup ( dest_array, idx, element_size, destructor ); in __cxa_vec_cctor()
|
/external/libcxxabi/include/ |
D | cxxabi.h | 135 __cxa_vec_cctor(void *dest_array, void *src_array, size_t element_count,
|