Searched refs:countV (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | arm_max_f32.c | 164 uint32x4_t countV; in arm_max_f32() local 170 countV = vld1q_u32(countVInit); in arm_max_f32() 215 countV = vbslq_u32(idxV, index,countV ); in arm_max_f32() 228 countV = vbslq_u32(idxV, countV,maxIdx); in arm_max_f32() 230 countV2 = vpmin_u32(vget_low_u32(countV),vget_high_u32(countV)); in arm_max_f32()
|
D | arm_min_f32.c | 165 uint32x4_t countV; in arm_min_f32() local 171 countV = vld1q_u32(countVInit); in arm_min_f32() 215 countV = vbslq_u32(idxV, index,countV ); in arm_min_f32() 228 countV = vbslq_u32(idxV, countV,maxIdx); in arm_min_f32() 230 countV2 = vpmin_u32(vget_low_u32(countV),vget_high_u32(countV)); in arm_min_f32()
|