Lines Matching refs:validate
449 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testinv()
514 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testadd()
580 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testdiag()
627 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R*C, in testouter()
694 if (!validate(resb,cmsis_res, in testview()
763 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R, in testmatvec()
843 if (!validate(res.const_ptr(),cmsis_res.const_ptr(),R, in testcomplexmatvec()
939 if (!validate(res,cmsis_res, in testmatmult()
1036 if (!validate(res.sub(Slice(0,R),Slice(0,C)),cmsis_res, in testsubmatmult()
1101 if (!validate(res,cmsis_res, in testmattranspose()
1263 if (!validate(std::get<1>(res).const_ptr(),ref.const_ptr(),NB, in testHouseholder()
1270 if (!validate(std::get<0>(res),ref_beta, in testHouseholder()
1445 if (!validate(std::get<0>(res),cmsis_outRp, in testQR()
1452 if (!validate(std::get<1>(res),cmsis_outQp, in testQR()
1458 if (!validate(std::get<2>(res),cmsis_tau, in testQR()