Searched refs:hz (Results 1 – 13 of 13) 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 | 52 #define HZ_TO_PERIOD_NANOS(hz) \ argument 53 (SEC_TO_NANOS(1024) / (static_cast<uint64_t>((hz) * 1024))) 55 #define HZ_TO_PERIOD_NANOS(hz) \ argument 56 (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/redfin/redfin/ |
D | init.redfin.rc | 20 # Switch display mode to 60hz when idle
|
/device/google/raviole/audio/oriole/cs35l41/fw/ |
D | readme.md | 31 - Top speaker incorrectly had hpf as 150hz. Corrected fcutoff parameter on top speaker protect tune…
|
/device/google/coral/ |
D | init.power.rc | 18 # Switch display mode to 60hz when idle
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 8340 optional int64 hz = 3; field
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1278 …4_t clock, uint32_t ibrd, uint32_t fbrd) "new baudrate %u (clk: %" PRIu64 "hz, ibrd: %" PRIu32 ", … 6162 clock_update(const char *clk, const char *src, uint64_t hz, int cb) "'%s', src='%s', val=%"PRIu64"H…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1278 …4_t clock, uint32_t ibrd, uint32_t fbrd) "new baudrate %u (clk: %" PRIu64 "hz, ibrd: %" PRIu32 ", … 6162 clock_update(const char *clk, const char *src, uint64_t hz, int cb) "'%s', src='%s', val=%"PRIu64"H…
|