Searched refs:middle (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_merge_sort_f32.c | 33 static void topDownMerge(float32_t * pA, uint32_t begin, uint32_t middle, uint32_t end, float32_t *… in topDownMerge() argument 41 uint32_t j = middle; in topDownMerge() 48 if (i < middle && (j >= end || dir==(pA[i] <= pA[j])) ) in topDownMerge() 65 int32_t middle = (end + begin) / 2; // Take the middle point in arm_merge_sort_core_f32() local 67 arm_merge_sort_core_f32(pA, begin, middle, pB, dir); // Sort the left part in arm_merge_sort_core_f32() 68 arm_merge_sort_core_f32(pA, middle, end, pB, dir); // Sort the right part in arm_merge_sort_core_f32() 70 topDownMerge(pB, begin, middle, end, pA, dir); in arm_merge_sort_core_f32()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/ |
| D | fsl_powerquad.h | 216 #define PQ_Vector8_FP(middle, last, BATCH_OPCODE, DOUBLE_READ_ADDERS, BATCH_MACHINE) \ argument 218 if (middle) \ 307 #define PQ_Vector8_FX(middle, last, BATCH_OPCODE, DOUBLE_READ_ADDERS, BATCH_MACHINE) \ argument 309 if (middle) \ 777 #define PQ_DF2_Vector8_FP(middle, last) \ argument 779 if (middle) \ 843 #define PQ_DF2_Vector8_FX(middle, last) \ argument 845 if (middle) \ 1125 #define PQ_DF2_Cascade_Vector8_FP(middle, last) \ argument 1127 if (middle) \ [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
| D | fwk_platform_mflash.ch | 123 /* If the address is in the middle of a block, round up to the next block
|