Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/FrameworkSource/
DError.cpp343 …ose_error(unsigned long nb,float64_t &ref, float64_t &val, double absthreshold,double relthreshold) in assert_close_error() argument
346 if (abs(val - ref) > (absthreshold + relthreshold * abs(ref))) in assert_close_error()
349 … error %g > %g: (val = %g, ref = %g)",abs(val - ref) , absthreshold + relthreshold * abs(ref),val,… in assert_close_error()
354 …,AnyPattern<float64_t> &pref, AnyPattern<float64_t> &pval, double absthreshold,double relthreshold) in assert_close_error() argument
374 assert_close_error(nb,ptrA[i],ptrB[i],absthreshold,relthreshold); in assert_close_error()
386 …ose_error(unsigned long nb,float32_t &ref, float32_t &val, double absthreshold,double relthreshold) in assert_close_error() argument
389 if (abs(val - ref) > (absthreshold + relthreshold * abs(ref))) in assert_close_error()
392 … error %g > %g: (val = %g, ref = %g)",abs(val - ref) , absthreshold + relthreshold * abs(ref),val,… in assert_close_error()
397 …,AnyPattern<float32_t> &pref, AnyPattern<float32_t> &pval, double absthreshold,double relthreshold) in assert_close_error() argument
417 assert_close_error(nb,ptrA[i],ptrB[i],absthreshold,relthreshold); in assert_close_error()
[all …]
/cmsis-dsp-latest/Testing/FrameworkInclude/
DError.h96 …e_error(unsigned long nb,float64_t &ref, float64_t &val, double absthreshold, double relthreshold);
97 …nyPattern<float64_t> &pref, AnyPattern<float64_t> &pval, double absthreshold, double relthreshold);
99 …e_error(unsigned long nb,float32_t &ref, float32_t &val, double absthreshold, double relthreshold);
100 …nyPattern<float32_t> &pref, AnyPattern<float32_t> &pval, double absthreshold, double relthreshold);
103 …e_error(unsigned long nb,float16_t &ref, float16_t &val, double absthreshold, double relthreshold);
104 …nyPattern<float16_t> &pref, AnyPattern<float16_t> &pval, double absthreshold, double relthreshold);