/cmsis-dsp-latest/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 284 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 281 arm_status status; in arm_rfft_fast_init_f32() local
|
/cmsis-dsp-latest/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 | debug.py | 28 status,res=dsp.arm_mat_cholesky_f32(a) variable 32 status,res=dsp.arm_mat_cholesky_f64(a) 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 150 status,dtwDistance,dtwMatrix = dsp.arm_dtw_distance_f32(distance,w) variable
|
/cmsis-dsp-latest/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 528 arm_status status; in test_mat_cholesky_dpo_f16() local 567 arm_status status; in test_solve_upper_triangular_f16() local 608 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 | 63 arm_status status=arm_conv_partial_q15(inpA, inputA.nbSamples(), in test_conv_partial_q15() local 86 arm_status status=arm_conv_partial_fast_q15(inpA, inputA.nbSamples(), in test_conv_partial_fast_q15() local 112 arm_status status=arm_conv_partial_opt_q15(inpA, inputA.nbSamples(), in test_conv_partial_opt_q15() local 142 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
|
D | UnaryTestsF32.cpp | 292 …arm_status status=arm_mat_qr_f32(&in1,DEFAULT_HOUSEHOLDER_THRESHOLD_F32,&outR,&outQ,outTaup,pTmpA,… in test_mat_qr_f32() local 349 arm_status status; in test_mat_add_f32() local 377 arm_status status; in test_mat_sub_f32() local 405 arm_status status; in test_mat_scale_f32() local 433 arm_status status; in test_mat_trans_f32() local 461 arm_status status; in test_mat_cmplx_trans_f32() local 516 arm_status status; in test_mat_inverse_f32() local 576 arm_status status; in test_mat_cholesky_dpo_f32() local 616 arm_status status; in test_solve_upper_triangular_f32() local 657 arm_status status; in test_solve_lower_triangular_f32() local [all …]
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
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_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_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
|
D | arm_mat_add_f32.c | 88 arm_status status; in arm_mat_add_f32() local 173 arm_status status; /* status of matrix addition */ in arm_mat_add_f32() local 248 arm_status status; /* status of matrix addition */ in arm_mat_add_f32() local
|
D | arm_mat_sub_f32.c | 85 arm_status status; /* status of matrix subtraction */ in arm_mat_sub_f32() local 166 arm_status status; /* status of matrix subtraction */ in arm_mat_sub_f32() local 244 arm_status status; /* status of matrix subtraction */ in arm_mat_sub_f32() local
|
/cmsis-dsp-latest/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
|
/cmsis-dsp-latest/Include/dsp/ |
D | fast_math_functions_f16.h | 64 arm_status status; in arm_sqrt_f16() local
|