Home
last modified time | relevance | path

Searched refs:pRef (Results 1 – 25 of 29) sorted by relevance

12

/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkSource/
DError.cpp504 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/
Dmath_helper.c62 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()
Dmath_helper.h48 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/
Dmath_helper.c62 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/
Dmath_helper.c62 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()
Dmath_helper.h48 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/
Dmath_helper.c62 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()
Dmath_helper.h48 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/
Dmath_helper.c62 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/
Dmath_helper.c62 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()
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
/cmsis-dsp-3.7.0-3.6.0/Testing/Source/Benchmarks/
DFIRF32.cpp15 …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()
DFIRQ15.cpp15 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()
DFIRQ31.cpp15 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/
Darm_lms_f32.c168 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()
Darm_lms_norm_f32.c162 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()
Darm_lms_q15.c64 q15_t * pRef, in arm_lms_q15() argument
156 e = *pRef++ - (q15_t) acc; in arm_lms_q15()
Darm_lms_q31.c68 q31_t * pRef, in arm_lms_q31() argument
165 e = *pRef++ - (q31_t) acc; in arm_lms_q31()
Darm_lms_norm_q31.c67 q31_t * pRef, in arm_lms_norm_q31() argument
179 e = *pRef++ - (q31_t) acc; in arm_lms_norm_q31()
Darm_lms_norm_q15.c67 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/
DFIRF16.h30 const float16_t *pRef; variable
DFIRQ7.h30 const q7_t *pRef; variable
DFIRF32.h32 const float32_t *pRef; variable
DFIRQ15.h32 const q15_t *pRef; variable
DFIRQ31.h32 const q31_t *pRef; variable

12