Home
last modified time | relevance | path

Searched refs:ARM_SPLINE_PARABOLIC_RUNOUT (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c105 else if(type == ARM_SPLINE_PARABOLIC_RUNOUT) in arm_spline_init_f32()
140 else if(type == ARM_SPLINE_PARABOLIC_RUNOUT) in arm_spline_init_f32()
/cmsis-dsp-latest/Testing/Source/Tests/
DInterpolationTestsF16.cpp71 arm_spline_init_f16(&S, ARM_SPLINE_PARABOLIC_RUNOUT, inpX, inpY, 4, coef, buf);
109 arm_spline_init_f16(&S, ARM_SPLINE_PARABOLIC_RUNOUT, inpX, inpY, 3, coef, buf);
DInterpolationTestsF32.cpp69 arm_spline_init_f32(&S, ARM_SPLINE_PARABOLIC_RUNOUT, inpX, inpY, 4, coef, buf); in test_spline_square_f32()
107 arm_spline_init_f32(&S, ARM_SPLINE_PARABOLIC_RUNOUT, inpX, inpY, 3, coef, buf); in test_spline_ramp_f32()
/cmsis-dsp-latest/Include/dsp/
Dinterpolation_functions.h108 ARM_SPLINE_PARABOLIC_RUNOUT = 1 /**< Parabolic runout spline */ enumerator