Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 3 of 3) sorted by relevance

/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde43 AndroidAccessory acc("Google, Inc.",
136 acc.powerOn();
147 if (acc.isConnected()) {
148 int len = acc.read(msg, sizeof(msg), 1);
196 acc.write(msg, 3);
204 acc.write(msg, 3);
212 acc.write(msg, 3);
220 acc.write(msg, 3);
230 acc.write(msg, 3);
238 acc.write(msg, 3);
[all …]
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h5127 q63_t acc; in arm_pid_q31() local
5131 acc = (q63_t) S->A0 * in; in arm_pid_q31()
5134 acc += (q63_t) S->A1 * S->state[0]; in arm_pid_q31()
5137 acc += (q63_t) S->A2 * S->state[1]; in arm_pid_q31()
5140 out = (q31_t) (acc >> 31u); in arm_pid_q31()
5175 q63_t acc; in arm_pid_q15() local
5184 acc = (q31_t) __SMUAD(S->A0, in); in arm_pid_q15()
5188 acc = __SMLALD(S->A1, (q31_t) *vstate, acc); in arm_pid_q15()
5192 acc = ((q31_t) S->A0) * in; in arm_pid_q15()
5195 acc += (q31_t) S->A1 * S->state[0]; in arm_pid_q15()
[all …]
Dcore_cmSimd.h519 …_( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALD (uint32_t op1, uint32_t op2, uint64_t acc)
525 llr.w64 = acc;
536 …( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLALDX (uint32_t op1, uint32_t op2, uint64_t acc)
542 llr.w64 = acc;
585 …_( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLSLD (uint32_t op1, uint32_t op2, uint64_t acc)
591 llr.w64 = acc;
602 …( ( always_inline ) ) __STATIC_INLINE uint64_t __SMLSLDX (uint32_t op1, uint32_t op2, uint64_t acc)
608 llr.w64 = acc;