HomeSort by: relevance | last modified time | path
    Searched defs:mul2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
sht4x.c 767 uint64_t mul2; local in function:sht4x_refresh
777 mul2 = 100000000;
784 mul2 = 10000000000;
808 v1 = v1 * mul2;
sht3x.c 1290 uint64_t mul2; local in function:sht3x_compute_temp_from_raw
1299 mul2 = 100000000;
1302 v1 = v1 * mul2;
1316 uint64_t mul2; local in function:sht3x_compute_rh_from_raw
1325 mul2 = 10000000000;
1328 v1 = v1 * mul2;

Completed in 16 milliseconds