/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example.py | 74 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | ARMCM55_FP_MVE_config.txt | 9 … = 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/ |
D | matrix_test.cpp | 31 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/ |
D | ARM_VHT_Corstone_310_config.txt | 9 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
|
D | ARM_VHT_MPS2_M55_config.txt | 6 … = 1: 0=MVE not included, 1=Integer subset of MVE included, 2=Integer and half and single precisio…
|
/cmsis-dsp-latest/ |
D | README.md | 58 * [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/ |
D | README.md | 42 Note that if the test suite is part of the half float tests, then you'll need to do instead:
|