Searched refs:cd (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/PrivateInclude/ |
D | arm_sorting.h | 118 float32x2_t ab, cd, ef, gh; \ 121 cd = vget_high_f32(a); \ 124 b = vcombine_f32(cd, gh); \
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | quicktest.bat | 3 cd .. 5 cd cmsis_build
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_bitonic_sort_f32.c | 270 float32x4x2_t cd = vtrnq_f32 (c, d); in arm_bitonic_sort_16_f32() local 273 a = vcombine_f32(vget_low_f32(ab.val[0]), vget_low_f32(cd.val[0])); in arm_bitonic_sort_16_f32() 274 b = vcombine_f32(vget_low_f32(ab.val[1]), vget_low_f32(cd.val[1])); in arm_bitonic_sort_16_f32() 275 c = vcombine_f32(vget_high_f32(ab.val[0]), vget_high_f32(cd.val[0])); in arm_bitonic_sort_16_f32() 276 d = vcombine_f32(vget_high_f32(ab.val[1]), vget_high_f32(cd.val[1])); in arm_bitonic_sort_16_f32() 280 cd = arm_bitonic_merge_8_f32(c, d, dir); in arm_bitonic_sort_16_f32() 283 arm_bitonic_merge_16_f32(pDst, ab, cd, dir); in arm_bitonic_sort_16_f32()
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 392 cd Testing 405 cd ..
|