Home
last modified time | relevance | path

Searched defs:err (Results 1 – 11 of 11) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp3.py38 err,r=dsp.arm_sqrt_f32(a) variable
41 err,r=dsp.arm_sqrt_q31(f.toQ31(a)) variable
44 err,r=dsp.arm_sqrt_q15(f.toQ15(a)) variable
47 err,r=dsp.arm_sqrt_f32(-a) variable
50 err,r=dsp.arm_sqrt_q31(f.toQ31(-a)) variable
53 err,r=dsp.arm_sqrt_q15(f.toQ15(-a)) variable
Dexample_1_5.py81 def checkOrtho(A,err=1e-10): argument
/cmsis-dsp-latest/dsppp/
Drun_all.py53 def is_error(res,test_name,err): argument
246 def configure_and_build_test(test_name,test,err,subtest,first): argument
309 def runVHT(test_name,test,err,subtest): argument
335 def runMPS3(test_name,test,err,subtest): argument
/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_levinson_durbin_f16.c62 float16_t *err, in arm_levinson_durbin_f16()
216 float16_t *err, in arm_levinson_durbin_f16()
Darm_levinson_durbin_f32.c65 float32_t *err, in arm_levinson_durbin_f32()
221 float32_t *err, in arm_levinson_durbin_f32()
Darm_levinson_durbin_q31.c122 q31_t *err, in arm_levinson_durbin_q31()
302 q31_t *err, in arm_levinson_durbin_q31()
/cmsis-dsp-latest/Testing/Source/Tests/
DMISCF16.cpp30 float16_t err; in test_levinson_durbin_f16() local
DMISCF32.cpp31 float32_t err; in test_levinson_durbin_f32() local
DMISCQ31.cpp35 q31_t err; in test_levinson_durbin_q31() local
/cmsis-dsp-latest/Testing/FrameworkSource/
DError.cpp270 catch(Error &err) in assert_relative_error() local
301 catch(Error &err) in assert_relative_error() local
333 catch(Error &err) in assert_relative_error() local
376 catch(Error &err) in assert_close_error() local
419 catch(Error &err) in assert_close_error() local
463 catch(Error &err) in assert_close_error() local
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_filtering.c3895 q31_t err; // output in cmsis_arm_levinson_durbin_q31() local
3928 float32_t err; // output in cmsis_arm_levinson_durbin_f32() local