Searched refs:countV2 (Results 1 – 2 of 2) sorted by relevance
166 uint32x2_t countV2; in arm_max_f32() local231 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()
167 uint32x2_t countV2; in arm_min_f32() local231 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()