Home
last modified time | relevance | path

Searched defs:mb (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dalgorithms.hpp171 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/
Darm_correlation_distance_f16.c68 float16_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f16() local
Darm_correlation_distance_f32.c56 float32_t ma,mb,pwra,pwrb,dot,tmp; in arm_correlation_distance_f32() local
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp870 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