Home
last modified time | relevance | path

Searched refs:arm_chebyshev_distance_f64 (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_chebyshev_distance_f64.c49 ARM_DSP_ATTRIBUTE float64_t arm_chebyshev_distance_f64(const float64_t *pA,const float64_t *pB, uin… in arm_chebyshev_distance_f64() function
DConfig.cmake9 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_chebyshev_distance_f64.c)
/cmsis-dsp-latest/Include/dsp/
Ddistance_functions.h129 float64_t arm_chebyshev_distance_f64(const float64_t *pA,const float64_t *pB, uint32_t blockSize);
/cmsis-dsp-latest/Testing/Source/Tests/
DDistanceTestsF64.cpp57 *outp = arm_chebyshev_distance_f64(inpA, inpB, this->vecDim); in test_chebyshev_distance_f64()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdistance.py39 res=dsp.arm_chebyshev_distance_f64(a,b)
/cmsis-dsp-latest/Testing/
Ddesc.txt2072 arm_chebyshev_distance_f64:test_chebyshev_distance_f64