Searched defs:x0 (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | aes.c | 206 …uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use sep… in aesEncr() local 276 uint32_t x0, x1, x2, x3; in aesDecr() local
|
/device/google/contexthub/firmware/inc/algos/ |
D | fusion.h | 40 Quat x0; member
|
/device/google/dragon/audio/hal/dsp/ |
D | drc_kernel.c | 571 float32x4_t x0 = {c*r, c*r*r, c*r*r*r, c*r*r*r*r}; in dk_compress_output() local 710 __m128 x0 = {c*r, c*r*r, c*r*r*r, c*r*r*r*r}; in dk_compress_output() local
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
D | arm_math.h | 4371 float32_t x0; /**< saves previous input sample. */ member 4425 q31_t x0; /**< saves previous input sample. */ member 4481 q15_t x0; /**< saves previous input sample. */ member 5769 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local
|