Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 54) sorted by relevance

123

/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_linear_interp_f16.c56 float16_t x0, x1; /* Nearest input values */ in arm_linear_interp_f16() local
Darm_linear_interp_f32.c84 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local
Darm_bilinear_interp_q15.c54 q15_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q15() local
Darm_bilinear_interp_q31.c56 q31_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q31() local
Darm_bilinear_interp_q7.c56 q7_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q7() local
/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_decimate_fast_q15.c72 …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
Darm_fir_fast_q15.c76 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q15() local
Darm_fir_fast_q31.c77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q31() local
Darm_correlate_opt_q15.c80 …q31_t x1, x2, x3; /* Temporary variables for holding input1 and input… in arm_correlate_opt_q15() local
Darm_correlate_fast_opt_q15.c83 …q31_t x1, x2, x3; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_opt_q15() local
Darm_fir_decimate_f64.c66 float64_t x1, x2, x3; in arm_fir_decimate_f64() local
Darm_fir_decimate_fast_q31.c79 q31_t x1, x2, x3; in arm_fir_decimate_fast_q31() local
Darm_conv_fast_opt_q15.c86 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_fast_opt_q15() local
Darm_conv_opt_q15.c82 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_opt_q15() local
Darm_correlate_opt_q7.c76 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_correlate_opt_q7() local
Darm_conv_fast_q15.c76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q15() local
Darm_conv_fast_q31.c76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q31() local
Darm_conv_partial_opt_q15.c75 …q31_t x1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_opt_q15() local
Darm_correlate_fast_q15.c76 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q15() local
Darm_correlate_fast_q31.c78 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q31() local
Darm_conv_partial_fast_opt_q15.c81 …q31_t x1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_fast_opt_q15() local
Darm_conv_opt_q7.c74 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_conv_opt_q7() local
Darm_conv_partial_q31.c82 q31_t x0, x1, x2, c0; /* Temporary variables */ in arm_conv_partial_q31() local
/cmsis-dsp-latest/Include/dsp/
Dinterpolation_functions_f16.h49 float16_t x1; /**< x1 */ member
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/
Dtrain.py17 x1 = [1.5, 1] + ballRadius * np.random.randn(NBVECS,VECDIM) variable

123