Searched refs:ARM_SPLINE_PARABOLIC_RUNOUT (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | arm_spline_interp_init_f32.c | 105 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/ |
D | InterpolationTestsF16.cpp | 71 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);
|
D | InterpolationTestsF32.cpp | 69 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/ |
D | interpolation_functions.h | 108 ARM_SPLINE_PARABOLIC_RUNOUT = 1 /**< Parabolic runout spline */ enumerator
|