Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Testing/Include/Tests/
DDistanceTestsF32.h24 Client::LocalPattern<int16_t> outPath; variable
/cmsis-dsp-latest/Testing/Source/Tests/
DDistanceTestsF32.cpp30 int16_t *outPathp = outPath.ptr(); in test_dtw_distance_f32()
100 ASSERT_EQ_PARTIAL(2*pathLength,outPath,refPath); in test_dtw_distance_f32()
396outPath.create(2*(this->queryLength+this->templateLength),DistanceTestsF32::OUTA_S16_ID,mgr); in setUp()