Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 155) sorted by relevance

1234567

/cmsis-dsp-3.5.0/Source/TransformFunctions/
Darm_rfft_fast_init_f16.c55 arm_status status; in arm_rfft_fast_init_32_f16() local
81 arm_status status; in arm_rfft_fast_init_64_f16() local
107 arm_status status; in arm_rfft_fast_init_128_f16() local
133 arm_status status; in arm_rfft_fast_init_256_f16() local
159 arm_status status; in arm_rfft_fast_init_512_f16() local
185 arm_status status; in arm_rfft_fast_init_1024_f16() local
210 arm_status status; in arm_rfft_fast_init_2048_f16() local
236 arm_status status; in arm_rfft_fast_init_4096_f16() local
283 arm_status status; in arm_rfft_fast_init_f16() local
Darm_rfft_fast_init_f32.c52 arm_status status; in arm_rfft_fast_init_32_f32() local
78 arm_status status; in arm_rfft_fast_init_64_f32() local
104 arm_status status; in arm_rfft_fast_init_128_f32() local
130 arm_status status; in arm_rfft_fast_init_256_f32() local
156 arm_status status; in arm_rfft_fast_init_512_f32() local
182 arm_status status; in arm_rfft_fast_init_1024_f32() local
207 arm_status status; in arm_rfft_fast_init_2048_f32() local
233 arm_status status; in arm_rfft_fast_init_4096_f32() local
280 arm_status status; in arm_rfft_fast_init_f32() local
Darm_cfft_radix2_init_f16.c75 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_f16() local
Darm_cfft_radix2_init_f32.c71 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_f32() local
Darm_cfft_radix2_init_q15.c72 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_q15() local
Darm_cfft_radix2_init_q31.c71 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_q31() local
Darm_cfft_radix4_init_f16.c75 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix4_init_f16() local
/cmsis-dsp-3.5.0/PythonWrapper/examples/
Dtestrfft_all.py86 status=dsp.arm_rfft_fast_init_f64(rfftf64,nb) variable
96 status=dsp.arm_rfft_fast_init_f64(rifftf64,nb) variable
109 status=dsp.arm_rfft_fast_init_f32(rfftf32,nb) variable
120 status=dsp.arm_rfft_fast_init_f32(rifftf32,nb) variable
135 status=dsp.arm_rfft_init_q31(rfftQ31,nb,0,1) variable
153 status=dsp.arm_rfft_init_q31(rifftQ31,nb,1,1) variable
169 status=dsp.arm_rfft_init_q15(rfftQ15,nb,0,1) variable
187 status=dsp.arm_rfft_init_q15(rifftQ15,nb,1,1) variable
Dexample_1_9.py41 status = dsp.arm_fir_decimate_init_f32(decimator,numTaps,decimationFactor, downsamplingFilter, ds_s… variable
63 status = dsp.arm_fir_decimate_init_q31(decimatorQ31,numTaps,decimationFactor, variable
74 status = dsp.arm_fir_decimate_init_q31(decimatorQ31,numTaps,decimationFactor, variable
86 status = dsp.arm_fir_decimate_init_q15(decimatorQ15,numTaps,decimationFactor, variable
101 status = dsp.arm_fir_decimate_init_q15(decimatorQ15,numTaps,decimationFactor, variable
125 status = dsp.arm_fir_interpolate_init_f32(interpolator,upsamplingFactor,numTaps, variable
142 status = dsp.arm_fir_interpolate_init_q31(interpolatorQ31,upsamplingFactor,numTaps, variable
156 status = dsp.arm_fir_interpolate_init_q15(interpolatorQ15,upsamplingFactor,numTaps, variable
Dexample_1_11.py40 status,w=dsp.arm_dtw_init_window_q7(dsp.ARM_DTW_SAKOE_CHIBA_WINDOW,wsize,dtwWindow) variable
59 status,w=dsp.arm_dtw_init_window_q7(dsp.ARM_DTW_SLANTED_BAND_WINDOW,wsize,dtwWindow) variable
98 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,None) variable
148 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,w) variable
/cmsis-dsp-3.5.0/Testing/Source/Tests/
DUnaryTestsQ31.cpp156 arm_status status; in test_mat_add_q31() local
184 arm_status status; in test_mat_sub_q31() local
212 arm_status status; in test_mat_scale_q31() local
240 arm_status status; in test_mat_trans_q31() local
268 arm_status status; in test_mat_cmplx_trans_q31() local
DUnaryTestsQ15.cpp173 arm_status status; in test_mat_add_q15() local
200 arm_status status; in test_mat_sub_q15() local
227 arm_status status; in test_mat_scale_q15() local
254 arm_status status; in test_mat_trans_q15() local
280 arm_status status; in test_mat_cmplx_trans_q15() local
DBinaryTestsQ31.cpp65 arm_status status; in test_mat_mult_q31() local
94 arm_status status; in test_mat_cmplx_mult_q31() local
122 arm_status status; in test_mat_mult_opt_q31() local
DUnaryTestsF16.cpp254 …arm_status status=arm_mat_qr_f16(&in1,DEFAULT_HOUSEHOLDER_THRESHOLD_F16,&outR,&outQ,outTaup,pTmpA,… in test_mat_qr_f16() local
311 arm_status status; in test_mat_add_f16() local
338 arm_status status; in test_mat_sub_f16() local
365 arm_status status; in test_mat_scale_f16() local
392 arm_status status; in test_mat_trans_f16() local
419 arm_status status; in test_mat_cmplx_trans_f16() local
470 arm_status status; in test_mat_inverse_f16() local
510 arm_status status; in test_mat_cholesky_dpo_f16() local
549 arm_status status; in test_solve_upper_triangular_f16() local
590 arm_status status; in test_solve_lower_triangular_f16() local
DBinaryTestsF16.cpp58 arm_status status; in test_mat_mult_f16() local
86 arm_status status; in test_mat_cmplx_mult_f16() local
DMISCQ15.cpp62 arm_status status=arm_conv_partial_q15(inpA, inputA.nbSamples(), in test_conv_partial_q15() local
85 arm_status status=arm_conv_partial_fast_q15(inpA, inputA.nbSamples(), in test_conv_partial_fast_q15() local
111 arm_status status=arm_conv_partial_opt_q15(inpA, inputA.nbSamples(), in test_conv_partial_opt_q15() local
141 arm_status status=arm_conv_partial_fast_opt_q15(inpA, inputA.nbSamples(), in test_conv_partial_fast_opt_q15() local
DBinaryTestsF32.cpp64 arm_status status; in test_mat_mult_f32() local
95 arm_status status; in test_mat_cmplx_mult_f32() local
/cmsis-dsp-3.5.0/Source/MatrixFunctions/
Darm_mat_trans_f16.c59 arm_status status; /* status of matrix transpose */ in arm_mat_trans_f16() local
111 arm_status status; /* status of matrix transpose */ in arm_mat_trans_f16() local
Darm_mat_trans_q15.c59 arm_status status; /* status of matrix transpose */ in arm_mat_trans_q15() local
108 arm_status status; /* status of matrix transpose */ in arm_mat_trans_q15() local
Darm_mat_trans_q31.c56 arm_status status; /* status of matrix transpose */ in arm_mat_trans_q31() local
103 arm_status status; /* status of matrix transpose */ in arm_mat_trans_q31() local
Darm_mat_scale_f32.c88 arm_status status; /* status of matrix scaling */ in arm_mat_scale_f32() local
161 arm_status status; /* status of matrix scaling */ in arm_mat_scale_f32() local
231 arm_status status; /* Status of matrix scaling */ in arm_mat_scale_f32() local
Darm_mat_trans_f32.c81 arm_status status; /* status of matrix transpose */ in arm_mat_trans_f32() local
127 arm_status status; /* status of matrix transpose */ in arm_mat_trans_f32() local
252 arm_status status; /* status of matrix transpose */ in arm_mat_trans_f32() local
/cmsis-dsp-3.5.0/Testing/Include/Tests/
DTransformCF16.h24 arm_status status; variable
DTransformCF32.h24 arm_status status; variable
DTransformCF64.h24 arm_status status; variable

1234567