Searched refs:mult (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/ |
D | double.hpp | 141 __STATIC_FORCEINLINE double mult(double &a,const double &b) in mult() function
|
D | float.hpp | 135 __STATIC_FORCEINLINE float mult(float &a,const float &b) in mult() function
|
D | half.hpp | 125 __STATIC_FORCEINLINE float16_t mult(float16_t &a,const float16_t &b) in mult() function
|
D | q7.hpp | 103 return(accumulate(acc , mult(a,b))); in mac()
|
D | q31.hpp | 113 return(accumulate(acc , toFrac<48>(mult(a,b)))); in mac()
|
D | q15.hpp | 114 return(accumulate(acc , mult(a,b))); in mac()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1794 inline Q< MA+MB+1 , FA+FB,SA || SB> mult(const Q<MA,FA,SA> &a, in mult() function 2135 return(saturate(toFrac<7>(mult(a,b)))); in operator *() 2148 return (saturate(toFrac<15>(mult(a,b)))); in operator *() 2161 return (toFrac<31>(saturate(toFrac<30>(mult(a,b))))); in operator *()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 3430 test mat mult vec:test_mat_vec_mult_f32 3473 test mat mult vec:test_mat_vec_mult_q31 3509 test mat mult vec:test_mat_vec_mult_q15 3542 test mat mult vec:test_mat_vec_mult_q7 3664 test mult:test_mat_mult_f32 3665 test complex mult:test_mat_cmplx_mult_f32 3690 test mult:test_mat_mult_f64 3717 test mult:test_mat_mult_q31 3718 test complex mult:test_mat_cmplx_mult_q31 3719 test mult opt:test_mat_mult_opt_q31 [all …]
|
D | desc_f16.txt | 870 test mat mult vec:test_mat_vec_mult_f16 907 test mult:test_mat_mult_f16 908 test complex mult:test_mat_cmplx_mult_f16
|