/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 516 IFNANRETURNZERO(pTest[i]); in arm_snr_f32() 519 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f32() 538 float arm_snr_f16(float16_t *pRef, float16_t *pTest, uint32_t buffSize) in arm_snr_f16() argument 550 IFNANRETURNZERO((float)pTest[i]); in arm_snr_f16() 553 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f16() 572 float arm_snr_q63(q63_t *pRef, q63_t *pTest, uint32_t buffSize) in arm_snr_q63() argument 583 testVal = ((double)pTest[i]) / 9223372036854775808.0; in arm_snr_q63() 605 float arm_snr_q31(q31_t *pRef, q31_t *pTest, uint32_t buffSize) in arm_snr_q31() argument 616 testVal = ((float32_t)pTest[i]) / 2147483648.0f; in arm_snr_q31() [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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[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 82 test = (int *)(&pTest[i]); in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f32()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|