Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_max_f32.c166 uint32x2_t countV2; in arm_max_f32() local
231 countV2 = vpmin_u32(vget_low_u32(countV),vget_high_u32(countV)); in arm_max_f32()
232 countV2 = vpmin_u32(countV2,countV2); in arm_max_f32()
233 outIndex = vget_lane_u32(countV2,0); in arm_max_f32()
Darm_min_f32.c167 uint32x2_t countV2; in arm_min_f32() local
231 countV2 = vpmin_u32(vget_low_u32(countV),vget_high_u32(countV)); in arm_min_f32()
232 countV2 = vpmin_u32(countV2,countV2); in arm_min_f32()
233 outIndex = vget_lane_u32(countV2,0); in arm_min_f32()