Searched refs:errs (Results 1 – 3 of 3) sorted by relevance
28 const float16_t *errs=inputB.ptr(); in test_levinson_durbin_f16() local32 float16_t refError=errs[this->errOffset]; in test_levinson_durbin_f16()
29 const float32_t *errs=inputB.ptr(); in test_levinson_durbin_f32() local33 float32_t refError=errs[this->errOffset]; in test_levinson_durbin_f32()
33 const q31_t *errs=inputB.ptr(); in test_levinson_durbin_q31() local36 q31_t refError=errs[this->errOffset]; in test_levinson_durbin_q31()