/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp3.py | 38 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
|
D | example_1_5.py | 81 def checkOrtho(A,err=1e-10): argument
|
/cmsis-dsp-latest/dsppp/ |
D | run_all.py | 53 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/ |
D | arm_levinson_durbin_f16.c | 62 float16_t *err, in arm_levinson_durbin_f16() 216 float16_t *err, in arm_levinson_durbin_f16()
|
D | arm_levinson_durbin_f32.c | 65 float32_t *err, in arm_levinson_durbin_f32() 221 float32_t *err, in arm_levinson_durbin_f32()
|
D | arm_levinson_durbin_q31.c | 122 q31_t *err, in arm_levinson_durbin_q31() 302 q31_t *err, in arm_levinson_durbin_q31()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | MISCF16.cpp | 30 float16_t err; in test_levinson_durbin_f16() local
|
D | MISCF32.cpp | 31 float32_t err; in test_levinson_durbin_f32() local
|
D | MISCQ31.cpp | 35 q31_t err; in test_levinson_durbin_q31() local
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Error.cpp | 270 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/ |
D | cmsisdsp_filtering.c | 3895 q31_t err; // output in cmsis_arm_levinson_durbin_q31() local 3928 float32_t err; // output in cmsis_arm_levinson_durbin_f32() local
|