/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vec.hpp | 33 typedef VectorView<T,1> type; typedef 42 typedef VectorView<T,S> type; typedef 54 typedef VectorView<P,1> type; typedef 65 typedef const Vector<P,L,A>& type; typedef 76 typedef _Binary<LHS,RHS,OP> type; typedef 85 typedef _Unary<LHS,OP> type; typedef 94 typedef Derived type; typedef 103 typedef double type; typedef 112 typedef float type; typedef 122 typedef float16_t type; typedef [all …]
|
D | matrix.hpp | 199 typedef P type; typedef 206 typedef P type; typedef 213 typedef P type; typedef 219 typedef P type; typedef 394 OutputVectorDim<M>::value,TMP_ALLOC> type; typedef 403 typedef Matrix<typename traits<MA>::Scalar,nbrows,nbcols,TMP_ALLOC> type; typedef 432 typedef MatrixView<T,S> type; typedef 442 typedef const Matrix<P,R,C,A>& type; typedef 452 typedef MatrixView<P,CONSTRAINED_DYNAMIC> type; typedef 670 typedef typename ElementType<LHS>::type type; typedef [all …]
|
D | number.hpp | 73 typedef T type; //!< Scalar datatype typedef
|
D | fusion.hpp | 70 typedef T type; typedef 609 typedef typename ElementType<DerivedOp>::type type; typedef 623 typedef typename ElementType<LHS>::type type; typedef 822 typedef typename ElementType<LHS>::type type; typedef
|
D | unroll.hpp | 149 typedef std::tuple<typename ElementType<std::remove_reference_t<E>>::type...> type; typedef
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | GenericNodes.h | 40 typedef T type; typedef
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_init_f32.c | 67 arm_spline_type type, in arm_spline_init_f32()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_interpolation.c | 66 arm_linear_interp_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_linear_interp_instance_f32_new() 154 arm_bilinear_interp_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_bilinear_interp_instance_f32_new() 239 arm_bilinear_interp_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_bilinear_interp_instance_q31_new() 324 arm_bilinear_interp_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_bilinear_interp_instance_q15_new() 409 arm_bilinear_interp_instance_q7_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_bilinear_interp_instance_q7_new() 504 arm_spline_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_spline_instance_f32_new() 807 uint32_t type; in cmsis_arm_spline_init_f32() local
|
D | cmsisdsp_transform.c | 63 arm_cfft_radix2_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix2_instance_q15_new() 151 arm_cfft_radix4_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix4_instance_q15_new() 239 arm_cfft_radix2_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix2_instance_q31_new() 327 arm_cfft_radix4_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix4_instance_q31_new() 415 arm_cfft_radix2_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix2_instance_f32_new() 506 arm_cfft_radix4_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_radix4_instance_f32_new() 597 arm_cfft_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_instance_q15_new() 676 arm_cfft_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_instance_q31_new() 754 arm_cfft_instance_f64_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_instance_f64_new() 832 arm_cfft_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_cfft_instance_f32_new() [all …]
|
D | cmsisdsp_filtering.c | 70 arm_fir_instance_q7_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_instance_q7_new() 158 arm_fir_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_instance_q15_new() 246 arm_fir_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_instance_q31_new() 364 arm_fir_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_instance_f32_new() 386 arm_fir_instance_f64_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_instance_f64_new() 502 arm_biquad_casd_df1_inst_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_biquad_casd_df1_inst_q15_new() 593 arm_biquad_casd_df1_inst_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_biquad_casd_df1_inst_q31_new() 684 arm_biquad_casd_df1_inst_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_biquad_casd_df1_inst_f32_new() 777 arm_fir_decimate_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_decimate_instance_q15_new() 868 arm_fir_decimate_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_fir_decimate_instance_q31_new() [all …]
|
D | cmsisdsp_bayes.c | 76 arm_gaussian_naive_bayes_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_gaussian_naive_bayes_instance_f32_new()
|
D | cmsisdsp_controller.c | 62 arm_pid_instance_q15_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_pid_instance_q15_new() 152 arm_pid_instance_q31_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_pid_instance_q31_new() 242 arm_pid_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_pid_instance_f32_new()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Neon/ |
D | float.hpp | 16 typedef float type; typedef
|
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/ |
D | q15.hpp | 46 typedef Q15 type; typedef
|
D | q31.hpp | 46 typedef Q31 type; typedef
|
D | q7.hpp | 51 typedef Q7 type; typedef
|
D | double.hpp | 51 typedef double type; typedef
|
D | float.hpp | 58 typedef float type; typedef
|
D | half.hpp | 51 typedef float16_t type; typedef
|
/cmsis-dsp-latest/Testing/ |
D | createDb.sql | 40 type text ); field
|
/cmsis-dsp-latest/Include/dsp/ |
D | interpolation_functions.h | 116 arm_spline_type type; /**< Type (boundary conditions) */ member
|
/cmsis-dsp-latest/dsppp/tests/ |
D | filter_test.cpp | 430 typedef arm_fir_instance_f32 type; typedef 452 typedef arm_fir_instance_q15 type; typedef
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | q15.hpp | 54 typedef Q15 type; typedef
|
D | q7.hpp | 34 typedef Q7 type; typedef
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | q31.hpp | 33 typedef Q31 type; typedef
|