Searched defs:mb (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | algorithms.hpp | 171 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() 186 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() 200 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() 214 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() 243 inline void dot(RES &&res,const MA&ma,const MB&mb) in dot() 256 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb) in dot() 270 inline typename OutputMatrix<MA,MB>::type dot(const MA&ma,const MB&mb,const TMP &mbt) in dot()
|
/cmsis-dsp-latest/Source/DistanceFunctions/ |
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/dsppp/tests/ |
D | matrix_test.cpp | 870 PMat<T,K,C> mb; in testmatmult() local 872 PMat<T> mb(K,C); in testmatmult() local 967 PMat<T,K+2,C+2> mb; in testsubmatmult() local 969 PMat<T> mb(K+2,C+2); in testsubmatmult() local
|