Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 123) sorted by relevance

12345

/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdistance.py18 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 …]
Dexample_1_10.py152 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 …]
Dtestdsp5.py94 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 …]
Dmfccdebugdata.py46 ref = [ 1.6844872e+01, -3.8865981e+00, -3.4971607e-01, -4.1598725e-01, variable
Dtestdsp2.py319 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/
Dcol_test.cpp28 PVector<T,R> ref; in test() local
31 PVector<T> ref(R); in test() local
Dvector_test.cpp48 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/
DWindowTestsF32.h17 Client::RefPattern<float32_t> ref; variable
DWindowTestsF64.h17 Client::RefPattern<float64_t> ref; variable
DFastMathF16.h20 Client::RefPattern<float16_t> ref; variable
DFastMathF32.h20 Client::RefPattern<float32_t> ref; variable
DFastMathF64.h20 Client::RefPattern<float64_t> ref; variable
DQuaternionTestsF32.h19 Client::RefPattern<float32_t> ref; variable
DComplexTestsF16.h20 Client::RefPattern<float16_t> ref; variable
DComplexTestsF32.h20 Client::RefPattern<float32_t> ref; variable
DComplexTestsF64.h20 Client::RefPattern<float64_t> ref; variable
DExampleCategoryF32.h42 Client::RefPattern<float32_t> ref; variable
DExampleCategoryQ15.h19 Client::RefPattern<q15_t> ref; variable
DExampleCategoryQ31.h20 Client::RefPattern<q31_t> ref; variable
DExampleCategoryQ7.h19 Client::RefPattern<q7_t> ref; variable
DInterpolationTestsQ15.h21 Client::RefPattern<q15_t> ref; variable
DInterpolationTestsQ31.h20 Client::RefPattern<q31_t> ref; variable
DInterpolationTestsQ7.h20 Client::RefPattern<q7_t> ref; variable
DSupportBarTestsF16.h16 Client::Pattern<float16_t> ref; variable
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvec.hpp34 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 …]

12345