Searched refs:validate (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | common_tests.h | 102 bool validate(const T a, const T b, std::size_t nb,float abser = ABS_ERROR, float reler = REL_ERROR) 132 bool validate(const TA &a, const TB &b,float abser = ABS_ERROR, float reler = REL_ERROR) 161 bool validate(const T a, const T b,float abser = ABS_ERROR, float reler = REL_ERROR) 190 bool validate(const MA& a, const MB& b,float abser = ABS_ERROR, float reler = REL_ERROR) 244 bool validate(const MA& a, const MB& b,float abser = ABS_ERROR, float reler = REL_ERROR) 264 bool validate(const float32_t* a, const float32_t* b, std::size_t nb,float abser , float reler ); 268 bool validate<>(const float32_t* a, const float32_t* b, std::size_t nb,float abser , float reler );
|
D | fusion_test.cpp | 64 if (!validate(resa.const_ptr(),refa.const_ptr(),NB)) in test() 70 if (!validate(resb.const_ptr(),refb.const_ptr(),NB)) in test() 116 if (!validate(resa,refa)) in test2() 122 if (!validate(resb,refb)) in test2() 179 if (!validate(res[i],ref[i])) in test3()
|
D | matrix_test.cpp | 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() [all …]
|
D | row_test.cpp | 57 if (!validate(res.const_ptr(),ref.const_ptr(),NBOUT)) in test() 102 if (!validate(a.const_ptr(),(const float32_t*)mat.pData,R*C)) in swaptest()
|
D | vector_test.cpp | 55 if (!validate(res.const_ptr(),ref.const_ptr(),NB)) in test() 107 if (!validate(res.const_ptr(),ref.const_ptr(),NB/2)) in test_view()
|
D | common_tests.cpp | 24 bool validate(const float32_t* a, in validate() function
|
D | dot_test.cpp | 70 if (!validate(result,ref)) in complex_test() 114 if (!validate(result,ref)) in test()
|
D | col_test.cpp | 59 if (!validate(res,ref)) in test()
|
D | filter_test.cpp | 605 if (!validate(res.const_ptr(),ref.const_ptr(),BLOCK)) in test()
|