Home
last modified time | relevance | path

Searched refs:testVal (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/Testing/FrameworkSource/
DError.cpp578 double testVal,refVal; in arm_snr_q63() local
583 testVal = ((double)pTest[i]) / 9223372036854775808.0; in arm_snr_q63()
587 EnergyError += (refVal - testVal) * (refVal - testVal); in arm_snr_q63()
611 float32_t testVal,refVal; in arm_snr_q31() local
616 testVal = ((float32_t)pTest[i]) / 2147483648.0f; in arm_snr_q31()
620 EnergyError += (refVal - testVal) * (refVal - testVal); in arm_snr_q31()
642 float32_t testVal,refVal; in arm_snr_q15() local
647 testVal = ((float32_t)pTest[i]) / 32768.0f; in arm_snr_q15()
651 EnergyError += (refVal - testVal) * (refVal - testVal); in arm_snr_q15()
673 float32_t testVal,refVal; in arm_snr_q7() local
[all …]