/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | algorithms.hpp | 129 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot() function 139 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot() function 150 inline void dot(RES && res,const M&m,const V&v) in dot() function 171 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() function 186 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() function 200 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() function 214 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() function 243 inline void dot(RES &&res,const MA&ma,const MB&mb) in dot() function 256 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() function 270 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb,const TMP &mbt) in dot() function
|
D | fusion.hpp | 890 inline DotResult<VA> dot(const VA& a, in dot() function 903 inline DotResult<VA> dot(const VA& a, in dot() function
|
/cmsis-dsp-latest/Source/DistanceFunctions/ |
D | arm_cosine_distance_f16.c | 69 float16_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f16() local
|
D | arm_cosine_distance_f32.c | 56 float32_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f32() local
|
D | arm_cosine_distance_f64.c | 54 float64_t pwra,pwrb,dot,tmp; in arm_cosine_distance_f64() local
|
D | arm_correlation_distance_f16.c | 68 float16_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f16() local
|
D | arm_correlation_distance_f32.c | 56 float32_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f32() local
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | matrix.md | 129 ### dot subsection
|
/cmsis-dsp-latest/Source/SVMFunctions/ |
D | arm_svm_linear_predict_f32.c | 292 float32_t dot; in arm_svm_linear_predict_f32() local 440 float32_t dot=0; in arm_svm_linear_predict_f32() local
|
D | arm_svm_sigmoid_predict_f32.c | 310 float32_t dot; in arm_svm_sigmoid_predict_f32() local 465 float32_t dot=0; in arm_svm_sigmoid_predict_f32() local
|
D | arm_svm_polynomial_predict_f32.c | 312 float32_t dot; in arm_svm_polynomial_predict_f32() local 467 float32_t dot=0; in arm_svm_polynomial_predict_f32() local
|
D | arm_svm_rbf_predict_f32.c | 330 float32_t dot; in arm_svm_rbf_predict_f32() local 500 float32_t dot=0; in arm_svm_rbf_predict_f32() local
|
D | arm_svm_linear_predict_f16.c | 291 _Float16 dot=0; in arm_svm_linear_predict_f16() local
|
D | arm_svm_sigmoid_predict_f16.c | 309 _Float16 dot=0.0f16; in arm_svm_sigmoid_predict_f16() local
|
D | arm_svm_polynomial_predict_f16.c | 343 _Float16 dot=0; in arm_svm_polynomial_predict_f16() local
|
D | arm_svm_rbf_predict_f16.c | 327 _Float16 dot=00.f16; in arm_svm_rbf_predict_f16() local
|