Lines Matching refs:const_ptr
449 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testinv()
509 cmsisdsp_mat_add(a.const_ptr(),b.const_ptr(),cmsis_res.ptr(),R,C); in testadd()
514 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testadd()
549 const T* ap = a.const_ptr(); in testdiag()
580 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testdiag()
621 CMSISOuter<T>::run(a.const_ptr(),b.const_ptr(),cmsis_res.ptr(),R,C); in testouter()
627 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testouter()
757 cmsis_mat_vec_mult(&S, a.const_ptr(), cmsis_res.ptr()); in testmatvec()
763 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R, in testmatvec()
831 a.const_ptr(), in testcomplexmatvec()
832 b.const_ptr(), in testcomplexmatvec()
843 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R, in testcomplexmatvec()
1260 T ref_beta = cmsis_householder(a.const_ptr(),ref.ptr(),NB); in testHouseholder()
1263 if (!validate(std::get<1>(res).const_ptr(),ref.const_ptr(),NB, in testHouseholder()