Searched refs:cd12 (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_bitonic_sort_f32.c | 566 float32x4x2_t cd9, cd10, cd11, cd12, cd13, cd14, cd15, cd16; in arm_bitonic_merge_256_f32() local 610 vldrev128q_f32(cd12.val[1], pSrc+160); in arm_bitonic_merge_256_f32() 611 vldrev128q_f32(cd12.val[0], pSrc+164); in arm_bitonic_merge_256_f32() 649 vminmax256q(ab12, cd12); in arm_bitonic_merge_256_f32() 668 vminmax256q(cd12, ab12); in arm_bitonic_merge_256_f32() 741 vminmax256q(ab12, cd12); in arm_bitonic_merge_256_f32() 760 vminmax256q(cd12, ab12); in arm_bitonic_merge_256_f32() 821 vst1q_f32(pSrc+216, cd12.val[0]); in arm_bitonic_merge_256_f32() 822 vst1q_f32(pSrc+220, cd12.val[1]); in arm_bitonic_merge_256_f32()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.c | 96 int cd12 = c / C12NUM; in RowMajor2Row12Major() local 98 dst_ptr[cd12 * C12NUM * row + r * C12NUM + cm12] = src[c]; in RowMajor2Row12Major() 101 int cd12 = c / C12NUM; in RowMajor2Row12Major() local 103 dst_ptr[cd12 * C12NUM * row + r * C12NUM + cm12] = 0; in RowMajor2Row12Major()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/ |
D | usage.dart | 25 hotEventTransferTimeInMs, // cd12
|