Home
last modified time | relevance | path

Searched refs:half (Results 1 – 19 of 19) sorted by relevance

/cmsis-dsp-latest/PythonWrapper/examples/
Dexample.py74 half = int(round(nbSamples / 2)) variable
75 res2a=dsp.arm_biquad_cascade_df1_q31(biquadQ31,sigQ31[1:half])
76 res2b=dsp.arm_biquad_cascade_df1_q31(biquadQ31,sigQ31[half+1:nbSamples])
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/
DARMCM55_FP_MVE_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
20 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp31 constexpr static double half = 0.5; member
38 constexpr static float half = 0.5f; member
46 constexpr static float16_t half = (float16_t)0.5f; member
55 constexpr static Q7 half = 0.5_q7; member
62 constexpr static Q15 half = 0.5_q15; member
69 constexpr static Q31 half = 0.5_q31; member
775 const T scalar = MatTestConstant<T>::half; in testcomplexmatvec()
/cmsis-dsp-latest/Testing/cmsis_build/configs/
DARM_VHT_Corstone_310_config.txt9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
DARM_VHT_MPS2_M55_config.txt6 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
/cmsis-dsp-latest/
DREADME.md58 * [Half float support](#half-float-support)
104 `f16` data type (half float) has been added to the library. It is useful only if your Cortex has so…
/cmsis-dsp-latest/Testing/
DREADME.md42 Note that if the test suite is part of the half float tests, then you'll need to do instead: