Home
last modified time | relevance | path

Searched refs:a3 (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h245 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3) { \
246 return svc##f(svcRtx##f,a1,a2,a3); \
252 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3, t4 a4) { \
253 return svc##f(svcRtx##f,a1,a2,a3,a4); \
308 __SVC_INDIRECT(0) t svc##f (t1 a1, t2 a2, t3 a3); \
310 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3) { \
312 return svc##f(a1,a2,a3); \
316 __SVC_INDIRECT(0) t svc##f (t1 a1, t2 a2, t3 a3, t4 a4); \
318 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3, t4 a4) { \
320 return svc##f(a1,a2,a3,a4); \
[all …]
Drtx_core_cm.h254 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3) { \
255 return svc##f(svcRtx##f,a1,a2,a3); \
261 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3, t4 a4) { \
262 return svc##f(svcRtx##f,a1,a2,a3,a4); \
329 SVC_INDIRECT(0) t svc##f (t1 a1, t2 a2, t3 a3); \
331 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3) { \
333 return svc##f(a1,a2,a3); \
337 SVC_INDIRECT(0) t svc##f (t1 a1, t2 a2, t3 a3, t4 a4); \
339 __STATIC_INLINE t __svc##f (t1 a1, t2 a2, t3 a3, t4 a4) { \
341 return svc##f(a1,a2,a3,a4); \
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_f32.c131 float32_t a0,a1,a2,a3,a4,a5,a6,a7; in arm_radix4_butterfly_f32() local
460 a3 = (Yaplusc - Ybplusd); in arm_radix4_butterfly_f32()
473 ptr1[3] = a3; in arm_radix4_butterfly_f32()
631 float32_t a0,a1,a2,a3,a4,a5,a6,a7; in arm_radix4_butterfly_inverse_f32() local
964 a3 = (Yaplusc - Ybplusd); in arm_radix4_butterfly_inverse_f32()
977 p3 = a3 * onebyfftLen; in arm_radix4_butterfly_inverse_f32()
Darm_cfft_radix4_f16.c196 float16_t a0,a1,a2,a3,a4,a5,a6,a7; in arm_radix4_butterfly_f16() local
525 a3 = (Yaplusc - Ybplusd); in arm_radix4_butterfly_f16()
538 ptr1[3] = a3; in arm_radix4_butterfly_f16()
698 float16_t a0,a1,a2,a3,a4,a5,a6,a7; in arm_radix4_butterfly_inverse_f16() local
1031 a3 = (Yaplusc - Ybplusd); in arm_radix4_butterfly_inverse_f16()
1044 p3 = a3 * onebyfftLen; in arm_radix4_butterfly_inverse_f16()