/cmsis-dsp-latest/dsppp/ |
D | allocator.cpp | 26 for (const auto v : max_stats) in print_map() local 36 for (const auto v : max_stats) in print_map() local 51 for (const auto v : max_stats) in print_map() local 76 for (auto v : current_stats) in reset_current_stats() local 86 for (const auto v : current_stats) in check_current_stats() local
|
/cmsis-dsp-latest/PythonWrapper/ |
D | testrecip.py | 16 s,v=dsp.arm_recip_q15(int(0x2000),recipQ15) variable 22 s,v=dsp.arm_recip_q15(1,recipQ15) variable
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Test.h | 45 #define TOINT16(v) *((uint16_t*)&v) argument 46 #define TOINT32(v) *((uint32_t*)&v) argument 47 #define TOINT64(v) *((uint64_t*)&v) argument 49 #define TOTYP(TYP,v) *((TYP*)&v) argument 572 virtual Testing::TestStatus accept(Runner* v) override in accept() 612 virtual Testing::TestStatus accept(Runner* v) override in accept()
|
/cmsis-dsp-latest/Include/dsp/ |
D | matrix_utils.h | 43 #define SCALE_COL_T(T,CAST,A,ROW,v,i) \ argument 96 #define SCALE_ROW_F16(A,COL,v,i) \ argument 115 #define MAC_ROW_F16(COL,A,i,v,B,j) \ argument 136 #define MAS_ROW_F16(COL,A,i,v,B,j) \ argument 237 #define SCALE_COL_F16(A,ROW,v,i) \ argument 266 #define MAC_ROW_F32(COL,A,i,v,B,j) \ argument 287 #define MAS_ROW_F32(COL,A,i,v,B,j) \ argument 309 #define SCALE_ROW_F32(A,COL,v,i) \ argument 547 #define SCALE_COL_F32(A,ROW,v,i) \ argument 584 #define SCALE_ROW_F64(A,COL,v,i) \ argument [all …]
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_utils.h | 43 #define SCALE_COL_T(T,CAST,A,ROW,v,i) \ argument 96 #define SCALE_ROW_F16(A,COL,v,i) \ argument 115 #define MAC_ROW_F16(COL,A,i,v,B,j) \ argument 136 #define MAS_ROW_F16(COL,A,i,v,B,j) \ argument 237 #define SCALE_COL_F16(A,ROW,v,i) \ argument 266 #define MAC_ROW_F32(COL,A,i,v,B,j) \ argument 287 #define MAS_ROW_F32(COL,A,i,v,B,j) \ argument 309 #define SCALE_ROW_F32(A,COL,v,i) \ argument 547 #define SCALE_COL_F32(A,ROW,v,i) \ argument 584 #define SCALE_ROW_F64(A,COL,v,i) \ argument [all …]
|
D | dot_test.cpp | 133 constexpr auto v = TestConstant<T>::v; in all_dot_test() local
|
D | matrix_test.cpp | 1113 static float16_t _gen_sqrt(const float16_t v) in _gen_sqrt() 1119 static float32_t _gen_sqrt(const float32_t v) in _gen_sqrt() 1124 static float64_t _gen_sqrt(const float64_t v) in _gen_sqrt() 1131 inline T _householder(Vector<T,L,A> &res,const V&v,const T eps) in _householder() 1172 auto householder(const V&v,const T threshold) in householder() 1185 auto householder(const V&v,const T threshold) in householder() 1197 auto householder(const V&v,const T threshold,TMP &res) in householder()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | algorithms.hpp | 67 inline void _diagonal(Matrix<P,R,R,A> &v, in _diagonal() 91 inline void _fill_diagonal(Matrix<P,R,R,A> &v, in _fill_diagonal() 103 inline void _identity(Matrix<P,R,R,A> &v, in _identity() 129 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot() 139 inline typename OutputVector<M,V>::type dot(const M&m,const V&v) in dot() 150 inline void dot(RES && res,const M&m,const V&v) in dot()
|
D | fixed_point.hpp | 368 value_type v; member 543 value_type v; member 701 value_type v; member 886 value_type v; member 1043 value_type v; member 1233 value_type v; member 1398 value_type v; member 1589 value_type v; member
|
/cmsis-dsp-latest/Scripts/ |
D | mfccdata.py | 34 def to_q31(v): argument 42 def to_q15(v): argument 50 def to_f16(v): argument 53 def to_f32(v): argument
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/ |
D | basic.hpp | 31 inline void _Fill(DST &v, in _Fill() 69 inline void _Fill2D(DST &v, in _Fill2D() 115 inline void eval(DA &v, in eval() 151 inline void eval2D(DA &v, in eval2D()
|
D | matrix_multiply.hpp | 48 const M&m,const V&v, in _dot_m_v()
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | SVM.py | 39 v = np.random.randn(1,VECDIM) variable 40 v = v * CENTER_DISTANCE/2.0/10 variable 49 v = v + C0 variable
|
D | Bayes.py | 11 def printV(v): argument 21 def printM(v): argument
|
D | Softmax.py | 10 def softmax(v): argument
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | CodeGen.py | 431 def _write64(self,v,f): argument 464 def _write32(self,v,f): argument 490 def _write16(self,v,f): argument 510 def _write8(self,v,f): argument 528 def _writeString(self,v,f): argument
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | basic.hpp | 27 inline void _Fill(DST &v, in _Fill() 54 inline void _Fill2D(DST &v, in _Fill2D() 109 inline void eval(DA &v, in eval() 136 inline void eval2D(DA &v, in eval2D()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | basic.hpp | 36 inline void _Fill(DST &v, in _Fill() 66 inline void _Fill2D(DST &v, in _Fill2D() 120 inline void eval(DA &v, in eval() 152 inline void eval2D(DA &v, in eval2D()
|
D | matrix_multiply.hpp | 19 const M&m,const V&v, in _dot_m_v()
|
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | arm_vlog_f16.c | 85 float16_t tmp,v; in logf16_scalar() local 124 float16x8_t tmp,v,res; in vlogq_lut_f16() local
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | FPGA.cpp | 110 unsigned long v; in read32() local 735 float64_t v; in DumpPattern_f64() local 758 float32_t v; in DumpPattern_f32() local 778 float16_t v; in DumpPattern_f16() local 798 q63_t v; in DumpPattern_q63() local 821 q31_t v; in DumpPattern_q31() local 840 q15_t v; in DumpPattern_q15() local 859 q7_t v; in DumpPattern_q7() local 878 uint64_t v; in DumpPattern_u64() local 902 uint32_t v; in DumpPattern_u32() local [all …]
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_iir_lattice_q15.c | 73 … q31_t v; /* Temporary variable for ladder coefficient */ in arm_iir_lattice_q15() local
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 150 v=dsp.arm_mat_add_f32(a,b) variable 158 v=dsp.arm_mat_mult_f32(a,b) variable 178 v=dsp.arm_mat_cmplx_mult_f32(ar,br) variable 187 v=dsp.arm_mat_add_q31(aQ31,bQ31) variable
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Neon/ |
D | float.hpp | 44 __STATIC_FORCEINLINE float32x4_t vconst(const float v) in vconst()
|
/cmsis-dsp-latest/Include/ |
D | arm_vec_math_f16.h | 258 any16x8_t v; in vrecip_f16() local
|