Home
last modified time | relevance | path

Searched refs:n_x (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dinterpolation_functions.h119 uint32_t n_x; /**< Number of known data points */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c96 S->n_x = n; in arm_spline_init_f32()
Darm_spline_interp_f32.c154 int32_t n = S->n_x; in arm_spline_f32()