Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dpoly1305.h65 uint32_t acc[5]; /** The accumulator number. */ member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/control/
Dhpm_mcl_path_plan.h17 float acc; /**< acceleration rad/s^2 */ member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ca/
Dcmsis_gcc_ca.h138 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD()
198 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
Dcmsis_gcc.h2015 __STATIC_FORCEINLINE int64_t __SMLALD (uint32_t op1, uint32_t op2, int64_t acc) in __SMLALD()
2032 __STATIC_FORCEINLINE int64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX()
2081 __STATIC_FORCEINLINE int64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD()
2098 __STATIC_FORCEINLINE int64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Include/
Dcmsis_gcc.h1922 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD()
1939 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX()
1988 __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD()
2005 __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Dcmsis_gcc.h1925 __STATIC_FORCEINLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALD()
1942 __STATIC_FORCEINLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLALDX()
1991 __STATIC_FORCEINLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLD()
2008 __STATIC_FORCEINLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc) in __SMLSLDX()
Darm_math.h5928 q63_t acc; in arm_pid_q31() local
5974 q63_t acc; in arm_pid_q15() local
8609 q31_t acc = 0; /* output */ in arm_bilinear_interp_q31() local
8682 q63_t acc = 0; /* output */ in arm_bilinear_interp_q15() local
8760 q63_t acc = 0; /* output */ in arm_bilinear_interp_q7() local
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_dsp/
Dcsky_math.h2925 q63_t acc; in csky_pid_q31() local
2994 q63_t acc; in csky_pid_q15() local
4251 q31_t acc = 0; /* output */ in csky_bilinear_interp_q31() local
4332 q63_t acc = 0; /* output */ in csky_bilinear_interp_q15() local
4418 q63_t acc = 0; /* output */ in csky_bilinear_interp_q7() local
/device/soc/esp/esp32/components/esp_lwip/lwip/src/core/
Dpbuf.c1346 u32_t acc; in pbuf_fill_chksum() local
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/
Drf.h326 static inline void rf_access_code_comm(unsigned int acc) in rf_access_code_comm()