/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkSource/ |
D | Error.cpp | 504 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() argument 513 IFNANRETURNZERO(pRef[i]); in arm_snr_f32() 518 EnergySignal += pRef[i] * pRef[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 547 IFNANRETURNZERO((float)pRef[i]); in arm_snr_f16() 552 EnergySignal += pRef[i] * pRef[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 584 refVal = ((double)pRef[i]) / 9223372036854775808.0; in arm_snr_q63() [all …]
|
/cmsis-dsp-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[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-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[i]; in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f32()
|
/cmsis-dsp-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[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-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[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-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[i]; in arm_snr_f32() 90 EnergyError += (pRef[i] - pTest[i]) * (pRef[i] - pTest[i]); in arm_snr_f32()
|
/cmsis-dsp-3.7.0-3.6.0/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 73 test = (int *)(&pRef[i]); in arm_snr_f32() 89 EnergySignal += pRef[i] * pRef[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-3.7.0-3.6.0/Testing/Source/Benchmarks/ |
D | FIRF32.cpp | 15 …arm_lms_f32(&instLms, this->pSrc, (float32_t*)this->pRef, this->pDst, this->pErr,this->nbSamples); in test_lms_f32() 20 …arm_lms_norm_f32(&instLmsNorm, this->pSrc, (float32_t*)this->pRef, this->pDst, this->pErr,this->nb… in test_lms_norm_f32() 69 this->pRef=refs.ptr(); in setUp() 81 this->pRef=refs.ptr(); in setUp()
|
D | FIRQ15.cpp | 15 arm_lms_q15(&instLms, this->pSrc, (q15_t*)this->pRef, this->pDst, this->pErr,this->nbSamples); in test_lms_q15() 20 …arm_lms_norm_q15(&instLmsNorm, this->pSrc, (q15_t*)this->pRef, this->pDst, this->pErr,this->nbSamp… in test_lms_norm_q15() 65 this->pRef=refs.ptr(); in setUp() 77 this->pRef=refs.ptr(); in setUp()
|
D | FIRQ31.cpp | 15 arm_lms_q31(&instLms, pSrc, (q31_t*)pRef, pDst, pErr,this->nbSamples); in test_lms_q31() 20 arm_lms_norm_q31(&instLmsNorm, pSrc, (q31_t*)pRef, pDst, pErr,this->nbSamples); in test_lms_norm_q31() 68 this->pRef=refs.ptr(); in setUp() 81 this->pRef=refs.ptr(); in setUp()
|
/cmsis-dsp-3.7.0-3.6.0/Source/FilteringFunctions/ |
D | arm_lms_f32.c | 168 float32_t * pRef, in arm_lms_f32() argument 246 d = (float32_t) (*pRef++); in arm_lms_f32() 340 float32_t * pRef, in arm_lms_f32() argument 423 e = (float32_t) *pRef++ - acc; in arm_lms_f32()
|
D | arm_lms_norm_f32.c | 162 float32_t * pRef, in arm_lms_norm_f32() argument 253 d = (float32_t) (*pRef++); in arm_lms_norm_f32() 351 float32_t * pRef, in arm_lms_norm_f32() argument 446 e = (float32_t) *pRef++ - acc; in arm_lms_norm_f32()
|
D | arm_lms_q15.c | 64 q15_t * pRef, in arm_lms_q15() argument 156 e = *pRef++ - (q15_t) acc; in arm_lms_q15()
|
D | arm_lms_q31.c | 68 q31_t * pRef, in arm_lms_q31() argument 165 e = *pRef++ - (q31_t) acc; in arm_lms_q31()
|
D | arm_lms_norm_q31.c | 67 q31_t * pRef, in arm_lms_norm_q31() argument 179 e = *pRef++ - (q31_t) acc; in arm_lms_norm_q31()
|
D | arm_lms_norm_q15.c | 67 q15_t * pRef, in arm_lms_norm_q15() argument 174 d = *pRef++; in arm_lms_norm_q15()
|
/cmsis-dsp-3.7.0-3.6.0/Testing/Include/Benchmarks/ |
D | FIRF16.h | 30 const float16_t *pRef; variable
|
D | FIRQ7.h | 30 const q7_t *pRef; variable
|
D | FIRF32.h | 32 const float32_t *pRef; variable
|
D | FIRQ15.h | 32 const q15_t *pRef; variable
|
D | FIRQ31.h | 32 const q31_t *pRef; variable
|