/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdistance.py | 19 res=dsp.arm_braycurtis_distance_f32(a,b) variable 27 res=dsp.arm_canberra_distance_f32(a,b) variable 34 res=dsp.arm_chebyshev_distance_f32(a,b) variable 39 res=dsp.arm_chebyshev_distance_f64(a,b) variable 45 res=dsp.arm_cityblock_distance_f32(a,b) variable 50 res=dsp.arm_cityblock_distance_f64(a,b) variable 56 res=dsp.arm_correlation_distance_f32(a,b) variable 63 res=dsp.arm_cosine_distance_f32(a,b) variable 68 res=dsp.arm_cosine_distance_f64(a,b) variable 74 res=dsp.arm_euclidean_distance_f32(a,b) variable [all …]
|
D | testdsp5.py | 117 res=dsp.arm_weighted_sum_f32(s,w) variable 128 res=dsp.arm_entropy_f32(s) variable 132 res=dsp.arm_entropy_f64(s) variable 145 res=dsp.arm_kullback_leibler_f32(sa,sb) variable 149 res=dsp.arm_kullback_leibler_f64(sa,sb) variable 159 res=dsp.arm_logsumexp_f32(s) variable 182 res=dsp.arm_logsumexp_dot_prod_f32(sa,sb) variable 192 res=dsp.arm_vexp_f32(sa) variable 196 res=dsp.arm_vexp_f64(sa) variable 207 res=dsp.arm_vlog_f32(sa) variable [all …]
|
D | debug.py | 28 status,res=dsp.arm_mat_cholesky_f32(a) variable 32 status,res=dsp.arm_mat_cholesky_f64(a) variable
|
/cmsis-dsp-latest/dsppp/tests/ |
D | vector_test.cpp | 36 PVector<T,NB> res = a + b; in test() local 38 PVector<T> res = copy(a + b); in test() local 88 PVector<T,NB/2> res = a.template sub<2>() + b.template sub<2>(); in test_view() local 90 PVector<T> res = a.template sub<2>() + b.template sub<2>(); in test_view() local 123 PVector<T,NB> res(T(1)); in test_fill() local 125 PVector<T> res(NB,T(1)); in test_fill() local
|
D | dot_test.cpp | 32 PVector<T,NB> res; in complex_test() local 39 PVector<T> res(NB); in complex_test() local 89 PVector<T,NB> res; in test() local 94 PVector<T> res(NB); in test() local
|
D | col_test.cpp | 42 PVector<T,R> res = copy(a.col(4)); in test() local 44 PVector<T> res = copy(a.col(4)); in test() local
|
D | matrix_test.cpp | 310 void _matinv(const Matrix<T,NB,NB,A> &a,M && res) in _matinv() 384 Matrix<T,NB,NB,TMP_ALLOC> res; in matinv() local 395 Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> res(a.rows(),a.columns()); in matinv() local 404 void matinv(Matrix<T,DYNAMIC,DYNAMIC,TMP_ALLOC> &res, const Matrix<T,NB,NB,A> &a) in matinv() 425 PMat<T> res(R,C); in testinv() local 432 PMat<T,R,C> res = matinv(a); in testinv() local 482 PMat<T,R,C> res = a+b; in testadd() local 484 PMat<T> res = a+b; in testadd() local 541 PMat<T,R,C> res=PMat<T,R,C>::diagonal(a); in testdiag() local 543 PMat<T> res=PMat<T>::diagonal(a); in testdiag() local [all …]
|
D | row_test.cpp | 41 PVector<T,NBOUT> res = a.row(0,1) + a.row(1,1); in test() local 43 PVector<T> res = a.row(0,1) + a.row(1,1); in test() local
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | algorithms.hpp | 131 typename OutputVector<M,V>::type res; in dot() local 141 typename OutputVector<M,V>::type res(m.rows()); in dot() local 150 inline void dot(RES && res,const M&m,const V&v) in dot() 174 typename OutputMatrix<MA,MB>::type res; in dot() local 189 typename OutputMatrix<MA,MB>::type res; in dot() local 202 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local 216 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local 243 inline void dot(RES &&res,const MA&ma,const MB&mb) in dot() 258 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local 272 typename OutputMatrix<MA,MB>::type res(ma.rows(),mb.columns()); in dot() local [all …]
|
/cmsis-dsp-latest/Include/dsp/ |
D | support_functions_f16.h | 169 int16_t res; in arm_typecast_s16_f16() local 188 float16_t res; in arm_typecast_f16_s16() local
|
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_negate_f32.c | 72 f32x4_t res; in arm_negate_f32() local 116 f32x4_t res; in arm_negate_f32() local
|
D | arm_abs_f16.c | 61 f16x8_t res; in arm_abs_f16() local 109 f16x8_t res; in arm_abs_f16() local
|
D | arm_abs_f32.c | 74 f32x4_t res; in arm_abs_f32() local 121 f32x4_t res; in arm_abs_f32() local
|
D | arm_offset_f32.c | 75 f32x4_t res; in arm_offset_f32() local 120 f32x4_t res; in arm_offset_f32() local
|
D | arm_mult_f32.c | 74 f32x4_t res; in arm_mult_f32() local 122 f32x4_t res; in arm_mult_f32() local
|
D | arm_sub_f32.c | 74 f32x4_t res; in arm_sub_f32() local 124 f32x4_t res; in arm_sub_f32() local
|
D | arm_add_f32.c | 74 f32x4_t res; in arm_add_f32() local 124 f32x4_t res; in arm_add_f32() local
|
D | arm_scale_f32.c | 88 f32x4_t res; in arm_scale_f32() local 133 f32x4_t res; in arm_scale_f32() local
|
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | arm_atan2_f32.c | 57 float32_t res=atan2_coefs_f32[ATAN2_NB_COEFS_F32-1]; in arm_atan_limited_f32() local 71 float32_t res=0.0f; in arm_atan_f32() local
|
D | arm_atan2_f16.c | 56 float16_t res=atan2_coefs_f16[ATAN2_NB_COEFS_F16-1]; in arm_atan_limited_f16() local 70 float16_t res=0.0f16; in arm_atan_f16() local
|
D | arm_atan2_q31.c | 64 q63_t res=(q63_t)atan2_coefs_q31[ATAN2_NB_COEFS_Q31-1]; in arm_atan_limited_q31() local 79 q31_t res=0; in arm_atan_q31() local
|
D | arm_atan2_q15.c | 61 q31_t res=(q31_t)atan2_coefs_q15[ATAN2_NB_COEFS_Q15-1]; in arm_atan_limited_q15() local 79 q15_t res=0; in arm_atan_q15() local
|
/cmsis-dsp-latest/dsppp/ |
D | main.c | 25 uint32_t res = EventRecorderInitialize (EventRecordAll, 1); in main() local
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 309 …res=run(sys.executable,"../processTests.py","-gen","..","-p","../Patterns","-d","../Parameters","-… variable 323 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler) variable 335 res=runAVH(build,core,compiler) variable 350 …res=run(sys.executable,"../processResult.py","-f",pickle,"-e","-ahtml","-r","results.txt",dumpStdE… variable
|
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_mag_q15.c | 75 q31_t res; in arm_cmplx_mag_q15() local 148 q31_t res; /* temporary result */ in arm_cmplx_mag_q15() local
|