Searched refs:splineCoefs (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | InterpolationTestsF16.cpp | 68 float16_t *coef = splineCoefs.ptr(); // ((3*(4-1))*sizeof(float16_t)) 75 ASSERT_EMPTY_TAIL(splineCoefs); 87 float16_t *coef = splineCoefs.ptr(); // ((3*(9-1))*sizeof(float16_t)) 94 ASSERT_EMPTY_TAIL(splineCoefs); 106 float16_t *coef = splineCoefs.ptr(); // ((3*(3-1))*sizeof(float16_t)) 113 ASSERT_EMPTY_TAIL(splineCoefs); 163 splineCoefs.create(3*(4-1),InterpolationTestsF16::COEFS_SPLINE_F16_ID,mgr); in setUp() 174 splineCoefs.create(3*(9-1),InterpolationTestsF16::COEFS_SPLINE_F16_ID,mgr); in setUp() 185 splineCoefs.create(3*(3-1),InterpolationTestsF16::COEFS_SPLINE_F16_ID,mgr); in setUp()
|
D | InterpolationTestsF32.cpp | 66 float32_t *coef = splineCoefs.ptr(); // ((3*(4-1))*sizeof(float32_t)) in test_spline_square_f32() 73 ASSERT_EMPTY_TAIL(splineCoefs); in test_spline_square_f32() 85 float32_t *coef = splineCoefs.ptr(); // ((3*(9-1))*sizeof(float32_t)) in test_spline_sine_f32() 92 ASSERT_EMPTY_TAIL(splineCoefs); in test_spline_sine_f32() 104 float32_t *coef = splineCoefs.ptr(); // ((3*(3-1))*sizeof(float32_t)) in test_spline_ramp_f32() 111 ASSERT_EMPTY_TAIL(splineCoefs); in test_spline_ramp_f32() 161 splineCoefs.create(3*(4-1),InterpolationTestsF32::COEFS_SPLINE_F32_ID,mgr); in setUp() 172 splineCoefs.create(3*(9-1),InterpolationTestsF32::COEFS_SPLINE_F32_ID,mgr); in setUp() 183 splineCoefs.create(3*(3-1),InterpolationTestsF32::COEFS_SPLINE_F32_ID,mgr); in setUp()
|
/cmsis-dsp-latest/Testing/Include/Tests/ |
D | InterpolationTestsF16.h | 31 Client::LocalPattern<float16_t> splineCoefs; variable
|
D | InterpolationTestsF32.h | 31 Client::LocalPattern<float32_t> splineCoefs; variable
|