/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Error.cpp | 504 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 510 for (i = 0; i < buffSize; i++) in arm_snr_f32() 538 float arm_snr_f16(float16_t *pRef, float16_t *pTest, uint32_t buffSize) in arm_snr_f16() argument 544 for (i = 0; i < buffSize; i++) in arm_snr_f16() 572 float arm_snr_q63(q63_t *pRef, q63_t *pTest, uint32_t buffSize) in arm_snr_q63() argument 580 for (i = 0; i < buffSize; i++) in arm_snr_q63() 605 float arm_snr_q31(q31_t *pRef, q31_t *pTest, uint32_t buffSize) in arm_snr_q31() argument 613 for (i = 0; i < buffSize; i++) in arm_snr_q31() 636 float arm_snr_q15(q15_t *pRef, q15_t *pTest, uint32_t buffSize) in arm_snr_q15() argument 644 for (i = 0; i < buffSize; i++) in arm_snr_q15() [all …]
|
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 70 for (i = 0; i < buffSize; i++) in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|