Searched defs:threshold (Results 1 – 12 of 12) sorted by relevance
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Error.cpp | 52 void assert_near_equal(unsigned long nb,double pa, double pb, double threshold) in assert_near_equal() 63 void assert_near_equal(unsigned long nb,float32_t pa, float32_t pb, float32_t threshold) in assert_near_equal() 75 void assert_near_equal(unsigned long nb,float16_t pa, float16_t pb, float16_t threshold) in assert_near_equal() 87 void assert_near_equal(unsigned long nb,q63_t pa, q63_t pb, q63_t threshold) in assert_near_equal() 102 void assert_near_equal(unsigned long nb,q31_t pa, q31_t pb, q31_t threshold) in assert_near_equal() 113 void assert_near_equal(unsigned long nb,q15_t pa, q15_t pb, q15_t threshold) in assert_near_equal() 124 void assert_near_equal(unsigned long nb,q7_t pa, q7_t pb, q7_t threshold) in assert_near_equal() 186 void assert_relative_error(unsigned long nb,float64_t &a, float64_t &b, double threshold) in assert_relative_error() 206 void assert_relative_error(unsigned long nb,float32_t &a, float32_t &b, double threshold) in assert_relative_error() 227 void assert_relative_error(unsigned long nb,float16_t &a, float16_t &b, double threshold) in assert_relative_error() [all …]
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_householder_f16.c | 66 const float16_t threshold, in arm_householder_f16()
|
D | arm_householder_f32.c | 138 const float32_t threshold, in arm_householder_f32()
|
D | arm_householder_f64.c | 63 const float64_t threshold, in arm_householder_f64()
|
D | arm_mat_qr_f64.c | 74 const float64_t threshold, in arm_mat_qr_f64()
|
D | arm_mat_qr_f32.c | 154 const float32_t threshold, in arm_mat_qr_f32() 616 const float32_t threshold, in arm_mat_qr_f32()
|
D | arm_mat_qr_f16.c | 81 const float16_t threshold, in arm_mat_qr_f16() 545 const float16_t threshold, in arm_mat_qr_f16()
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Error.h | 252 void assert_near_equal(unsigned long nb,T pa, T pb, T threshold) in assert_near_equal() 274 void assert_near_equal(unsigned long nb,AnyPattern<T> &pa, AnyPattern<T> &pb, T threshold) in assert_near_equal()
|
/cmsis-dsp-latest/dsppp/tests/ |
D | debug_mat.h | 37 const float32_t threshold, in _arm_mat_qr_f32() 508 const float32_t threshold, in _arm_mat_qr_f32()
|
D | cmsisdsp.cpp | 937 const float64_t threshold, in cmsis_qr() 954 const float32_t threshold, in cmsis_qr() 972 const float16_t threshold, in cmsis_qr()
|
D | matrix_test.cpp | 1172 auto householder(const V&v,const T threshold) in householder() 1185 auto householder(const V&v,const T threshold) in householder() 1197 auto householder(const V&v,const T threshold,TMP &res) in householder()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_matrix.c | 1639 float64_t threshold; in cmsis_arm_mat_qr_f64() local 1703 float32_t threshold; in cmsis_arm_mat_qr_f32() local 1764 float64_t threshold; in cmsis_arm_householder_f64() local 1802 float32_t threshold; in cmsis_arm_householder_f32() local
|