Home
last modified time | relevance | path

Searched refs:CAL_FLOOR (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h60 #define CAL_FLOOR(x) ((int)(x) - ((x) < (int)(x))) // NOLINT macro
74 ((x < 0) ? "-" : ""), (int)CAL_FLOOR(fabsf(x)), \
75 (int)((fabsf(x) - CAL_FLOOR(fabsf(x))) * \
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c606 CAL_FLOOR(temperature_celsius / over_temp_cal->delta_temp_per_bin); in overTempCalUpdateSensorEstimate()
1314 const int32_t start_bin_num = CAL_FLOOR(JUMPSTART_START_TEMP_CELSIUS / in jumpStartModelData()