Searched defs:ma (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 | 863 PMat<T,R,K> ma; in testmatmult() local 865 PMat<T> ma(R,K); in testmatmult() local 960 PMat<T,R+2,K+2> ma; in testsubmatmult() local 962 PMat<T> ma(R+2,K+2); in testsubmatmult() local 1054 PMat<T,R,C> ma; in testmattranspose() local 1056 PMat<T> ma(R,C); in testmattranspose() local
|