Searched defs:pRef (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/common/ |
D | math_helper.h | 76 static inline double arm_snr_f64(const double *pRef, const double *pTest, in arm_snr_f64() 106 static inline float arm_snr_f32(const float *pRef, const float *pTest, in arm_snr_f32() 138 static inline float arm_snr_f16(const float16_t *pRef, const float16_t *pTest, in arm_snr_f16() 170 static inline float arm_snr_q63(const q63_t *pRef, const q63_t *pTest, in arm_snr_q63() 197 static inline float arm_snr_q31(const q31_t *pRef, const q31_t *pTest, in arm_snr_q31() 225 static inline float arm_snr_q15(const q15_t *pRef, const q15_t *pTest, in arm_snr_q15() 251 static inline float arm_snr_q7(const q7_t *pRef, const q7_t *pTest, in arm_snr_q7()
|