/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdistance.py | 18 ref=d.braycurtis(a,b) variable 26 ref=d.canberra(a,b) variable 33 ref=d.chebyshev(a,b) variable 44 ref=d.cityblock(a,b) variable 55 ref=d.correlation(a,b) variable 62 ref=d.cosine(a,b) variable 73 ref=d.euclidean(a,b) variable 86 ref=d.jensenshannon(pa,pb) variable 94 ref=d.minkowski(a,b,w) variable 133 ref=d.dice(va,vb) variable [all …]
|
D | example_1_10.py | 152 ref = genwelch(128) variable 160 ref = genbartlett(128) variable 168 ref = genhamming(128) variable 176 ref = genhanning(128) variable 184 ref = gennuttall3(128) variable 192 ref = gennuttall4(128) variable 200 ref = gennuttall3a(128) variable 208 ref = gennuttall3b(128) variable 216 ref = gennuttall4a(128) variable 224 ref = genblackman_harris_92db(128) variable [all …]
|
D | testdsp5.py | 94 ref=scaled/np.sum(w) variable 114 ref=np.dot(s,w)/np.sum(w) variable 126 ref=entropy(s) variable 143 ref=entropy(sa,sb) variable 157 ref=logsumexp(s) variable 176 ref=np.log(np.dot(sa,sb)) variable 189 ref = np.exp(sa) variable 204 ref = np.log(sa) variable 218 ref=cholesky(a,lower=True) variable 312 ref =a.dot(b) variable [all …]
|
D | mfccdebugdata.py | 46 ref = [ 1.6844872e+01, -3.8865981e+00, -3.4971607e-01, -4.1598725e-01, variable
|
D | testdsp2.py | 319 ref=np.bitwise_and(su32A, su32B) variable 324 ref=np.bitwise_or(su32A, su32B) variable 329 ref=np.bitwise_xor(su32A, su32B) variable 334 ref=np.bitwise_xor(ffff, su32A) variable 346 ref=np.bitwise_and(su16A, su16B) variable 351 ref=np.bitwise_or(su16A, su16B) variable 356 ref=np.bitwise_xor(su16A, su16B) variable 361 ref=np.bitwise_xor(ffff, su16A) variable 371 ref=np.bitwise_and(su8A, su8B) variable 376 ref=np.bitwise_or(su8A, su8B) variable [all …]
|
/cmsis-dsp-latest/dsppp/tests/ |
D | col_test.cpp | 28 PVector<T,R> ref; in test() local 31 PVector<T> ref(R); in test() local
|
D | vector_test.cpp | 48 PVector<T,NB> ref; in test() local 50 PVector<T> ref(NB); in test() local 96 PVector<T,NB/2> ref; in test_view() local
|
/cmsis-dsp-latest/Testing/Include/Tests/ |
D | WindowTestsF32.h | 17 Client::RefPattern<float32_t> ref; variable
|
D | WindowTestsF64.h | 17 Client::RefPattern<float64_t> ref; variable
|
D | FastMathF16.h | 20 Client::RefPattern<float16_t> ref; variable
|
D | FastMathF32.h | 20 Client::RefPattern<float32_t> ref; variable
|
D | FastMathF64.h | 20 Client::RefPattern<float64_t> ref; variable
|
D | QuaternionTestsF32.h | 19 Client::RefPattern<float32_t> ref; variable
|
D | ComplexTestsF16.h | 20 Client::RefPattern<float16_t> ref; variable
|
D | ComplexTestsF32.h | 20 Client::RefPattern<float32_t> ref; variable
|
D | ComplexTestsF64.h | 20 Client::RefPattern<float64_t> ref; variable
|
D | ExampleCategoryF32.h | 42 Client::RefPattern<float32_t> ref; variable
|
D | ExampleCategoryQ15.h | 19 Client::RefPattern<q15_t> ref; variable
|
D | ExampleCategoryQ31.h | 20 Client::RefPattern<q31_t> ref; variable
|
D | ExampleCategoryQ7.h | 19 Client::RefPattern<q7_t> ref; variable
|
D | InterpolationTestsQ15.h | 21 Client::RefPattern<q15_t> ref; variable
|
D | InterpolationTestsQ31.h | 20 Client::RefPattern<q31_t> ref; variable
|
D | InterpolationTestsQ7.h | 20 Client::RefPattern<q7_t> ref; variable
|
D | SupportBarTestsF16.h | 16 Client::Pattern<float16_t> ref; variable
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vec.hpp | 34 static type ref(const Vector_Base<T>&a){ in ref() function 43 static type ref(const VectorView<T,S>&a){ in ref() function 55 … static VectorView<P,1> ref(const Vector<P,L,A>&a,typename std::enable_if<(L<0)>::type* = nullptr){ in ref() function 66 …static const Vector<P,L,A>& ref(const Vector<P,L,A>&a,typename std::enable_if<(L>0)>::type* = null… in ref() function 77 static type ref(const _Binary<LHS,RHS,OP>&a){ in ref() function 86 static type ref(const _Unary<LHS,OP>&a){ in ref() function 95 static type ref(const _Expr<Derived>&a){ in ref() function 104 static type ref(const double a){ in ref() function 113 static type ref(const float a){ in ref() function 123 static type ref(const float16_t a){ in ref() function [all …]
|