HomeSort by relevance Sort by last modified time
    Searched refs:CAL_FLOOR (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/util/
cal_log.h 60 #define CAL_FLOOR(x) ((int)(x) - ((x) < (int)(x))) // NOLINT
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/
over_temp_cal.c 606 CAL_FLOOR(temperature_celsius / over_temp_cal->delta_temp_per_bin);
    [all...]

Completed in 2811 milliseconds