Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_chebyshev_distance_f32.c111 float32x2_t maxValV2; in arm_chebyshev_distance_f32() local
161 maxValV2 = vpmax_f32(vget_low_f32(maxValV),vget_high_f32(maxValV)); in arm_chebyshev_distance_f32()
162 maxValV2 = vpmax_f32(maxValV2,maxValV2); in arm_chebyshev_distance_f32()
163 maxVal = vget_lane_f32(maxValV2,0); in arm_chebyshev_distance_f32()