/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_linear_interp_f16.c | 56 float16_t x0, x1; /* Nearest input values */ in arm_linear_interp_f16() local
|
D | arm_linear_interp_f32.c | 84 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local
|
D | arm_bilinear_interp_q15.c | 54 q15_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q15() local
|
D | arm_bilinear_interp_q31.c | 56 q31_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q31() local
|
D | arm_bilinear_interp_q7.c | 56 q7_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q7() local
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_decimate_fast_q15.c | 72 …q31_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local 318 …q15_t x0, x1, c0; /* Temporary variables to hold state and coefficien… in arm_fir_decimate_fast_q15() local
|
D | arm_fir_fast_q15.c | 76 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q15() local
|
D | arm_fir_fast_q31.c | 77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q31() local
|
D | arm_correlate_opt_q15.c | 80 …q31_t x1, x2, x3; /* Temporary variables for holding input1 and input… in arm_correlate_opt_q15() local
|
D | arm_correlate_fast_opt_q15.c | 83 …q31_t x1, x2, x3; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_opt_q15() local
|
D | arm_fir_decimate_f64.c | 66 float64_t x1, x2, x3; in arm_fir_decimate_f64() local
|
D | arm_fir_decimate_fast_q31.c | 79 q31_t x1, x2, x3; in arm_fir_decimate_fast_q31() local
|
D | arm_conv_fast_opt_q15.c | 86 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_fast_opt_q15() local
|
D | arm_conv_opt_q15.c | 82 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_opt_q15() local
|
D | arm_correlate_opt_q7.c | 76 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_correlate_opt_q7() local
|
D | arm_conv_fast_q15.c | 76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q15() local
|
D | arm_conv_fast_q31.c | 76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q31() local
|
D | arm_conv_partial_opt_q15.c | 75 …q31_t x1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_opt_q15() local
|
D | arm_correlate_fast_q15.c | 76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q15() local
|
D | arm_correlate_fast_q31.c | 78 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q31() local
|
D | arm_conv_partial_fast_opt_q15.c | 81 …q31_t x1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_fast_opt_q15() local
|
D | arm_conv_opt_q7.c | 74 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_conv_opt_q7() local
|
D | arm_conv_partial_q31.c | 82 q31_t x0, x1, x2, c0; /* Temporary variables */ in arm_conv_partial_q31() local
|
/cmsis-dsp-latest/Include/dsp/ |
D | interpolation_functions_f16.h | 49 float16_t x1; /**< x1 */ member
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | train.py | 17 x1 = [1.5, 1] + ballRadius * np.random.randn(NBVECS,VECDIM) variable
|