Searched refs:testVal (Results 1 – 1 of 1) sorted by relevance
578 double testVal,refVal; in arm_snr_q63() local583 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() local616 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() local647 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 …]