Searched refs:CAL_FLOOR (Results 1 – 2 of 2) sorted by relevance
60 #define CAL_FLOOR(x) ((int)(x) - ((x) < (int)(x))) // NOLINT macro74 ((x < 0) ? "-" : ""), (int)CAL_FLOOR(fabsf(x)), \75 (int)((fabsf(x) - CAL_FLOOR(fabsf(x))) * \
606 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()