Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 32) sorted by relevance

12

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvec.hpp33 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 …]
Dmatrix.hpp199 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 …]
Dnumber.hpp73 typedef T type; //!< Scalar datatype typedef
Dfusion.hpp70 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
Dunroll.hpp149 typedef std::tuple<typename ElementType<std::remove_reference_t<E>>::type...> type; typedef
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
DGenericNodes.h40 typedef T type; typedef
/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c67 arm_spline_type type, in arm_spline_init_f32()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_interpolation.c66 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
Dcmsisdsp_transform.c63 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 …]
Dcmsisdsp_filtering.c70 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 …]
Dcmsisdsp_bayes.c76 arm_gaussian_naive_bayes_instance_f32_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in arm_gaussian_naive_bayes_instance_f32_new()
Dcmsisdsp_controller.c62 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/
Dfloat.hpp16 typedef float type; typedef
/cmsis-dsp-latest/dsppp/Include/dsppp/num_features/
Dq15.hpp46 typedef Q15 type; typedef
Dq31.hpp46 typedef Q31 type; typedef
Dq7.hpp51 typedef Q7 type; typedef
Ddouble.hpp51 typedef double type; typedef
Dfloat.hpp58 typedef float type; typedef
Dhalf.hpp51 typedef float16_t type; typedef
/cmsis-dsp-latest/Testing/
DcreateDb.sql40 type text ); field
/cmsis-dsp-latest/Include/dsp/
Dinterpolation_functions.h116 arm_spline_type type; /**< Type (boundary conditions) */ member
/cmsis-dsp-latest/dsppp/tests/
Dfilter_test.cpp430 typedef arm_fir_instance_f32 type; typedef
452 typedef arm_fir_instance_q15 type; typedef
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dq15.hpp54 typedef Q15 type; typedef
Dq7.hpp34 typedef Q7 type; typedef
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dq31.hpp33 typedef Q31 type; typedef

12