Searched refs:hz (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_fmod.c | 37 __int32_t n,hx,hy,hz,ix,iy,sx,i; local 83 hz=hx-hy; 84 if(hz<0){hx = hx+hx;} 86 if(hz==0) /* return sign(x)*0 */ 88 hx = hz+hz; 91 hz=hx-hy; 92 if(hz>=0) {hx=hz;}
|
D | kf_cos.c | 38 float a,hz,z,r,qx; local 55 hz = (float)0.5*z-qx; 57 return a - (hz - (z*r-x*y));
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | macros.h | 48 #define HZ_TO_PERIOD_NANOS(hz) \ argument 49 (SEC_TO_NANOS(1024) / (static_cast<uint64_t>(hz * 1024))) 51 #define HZ_TO_PERIOD_NANOS(hz) \ argument 52 (SEC_TO_NANOS(1024) / ((uint64_t)(hz * 1024))) // NOLINT
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 18 LPS22HB_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 19 HTS221_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 21 ST_ACC44_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 24 ST_MAG40_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/coral/ |
D | init.power.rc | 18 # Switch display mode to 60hz when idle
|