Lines Matching refs:testVal
578 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
678 testVal = ((float32_t)pTest[i]) / 128.0f; in arm_snr_q7()
682 EnergyError += (refVal - testVal) * (refVal - testVal); in arm_snr_q7()