Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Def_fmod.c37 __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;}
Dkf_cos.c38 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/
Dmacros.h48 #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/
DREADME18 LPS22HB_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/os/drivers/st_hts221/
DREADME19 HTS221_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME21 ST_ACC44_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME24 ST_MAG40_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/coral/
Dinit.power.rc18 # Switch display mode to 60hz when idle