Searched refs:cd2 (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-3.5.0/Source/SupportFunctions/ |
D | arm_bitonic_sort_f32.c | 290 …_t * pSrc, float32x4x2_t ab1, float32x4x2_t ab2, float32x4x2_t cd1, float32x4x2_t cd2, uint8_t dir) in arm_bitonic_merge_32_f32() argument 296 vminmax256q(ab2, cd2); in arm_bitonic_merge_32_f32() 301 vminmax256q(cd2, ab2); in arm_bitonic_merge_32_f32() 317 vminmax256q(ab2, cd2); in arm_bitonic_merge_32_f32() 322 vminmax256q(cd2, ab2); in arm_bitonic_merge_32_f32() 327 arm_bitonic_merge_16_f32(pSrc+16, ab2, cd2, dir); in arm_bitonic_merge_32_f32() 333 float32x4x2_t cd1, cd2, cd3, cd4; in arm_bitonic_merge_64_f32() local 349 vldrev128q_f32(cd2.val[1], pSrc+48); in arm_bitonic_merge_64_f32() 350 vldrev128q_f32(cd2.val[0], pSrc+52); in arm_bitonic_merge_64_f32() 358 vminmax256q(ab2, cd2); in arm_bitonic_merge_64_f32() [all …]
|