/cmsis-dsp-3.5.0/Source/TransformFunctions/ |
D | arm_rfft_fast_init_f16.c | 55 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
|
D | arm_rfft_fast_init_f32.c | 52 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
|
D | arm_cfft_radix2_init_f16.c | 75 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_f16() local
|
D | arm_cfft_radix2_init_f32.c | 71 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_f32() local
|
D | arm_cfft_radix2_init_q15.c | 72 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_q15() local
|
D | arm_cfft_radix2_init_q31.c | 71 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix2_init_q31() local
|
D | arm_cfft_radix4_init_f16.c | 75 arm_status status = ARM_MATH_ARGUMENT_ERROR; in arm_cfft_radix4_init_f16() local
|
/cmsis-dsp-3.5.0/PythonWrapper/examples/ |
D | testrfft_all.py | 86 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
|
D | example_1_9.py | 41 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
|
D | example_1_11.py | 40 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/ |
D | UnaryTestsQ31.cpp | 156 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
|
D | UnaryTestsQ15.cpp | 173 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
|
D | BinaryTestsQ31.cpp | 65 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
|
D | UnaryTestsF16.cpp | 254 …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
|
D | BinaryTestsF16.cpp | 58 arm_status status; in test_mat_mult_f16() local 86 arm_status status; in test_mat_cmplx_mult_f16() local
|
D | MISCQ15.cpp | 62 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
|
D | BinaryTestsF32.cpp | 64 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/ |
D | arm_mat_trans_f16.c | 59 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
|
D | arm_mat_trans_q15.c | 59 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
|
D | arm_mat_trans_q31.c | 56 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
|
D | arm_mat_scale_f32.c | 88 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
|
D | arm_mat_trans_f32.c | 81 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/ |
D | TransformCF16.h | 24 arm_status status; variable
|
D | TransformCF32.h | 24 arm_status status; variable
|
D | TransformCF64.h | 24 arm_status status; variable
|