Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h31 #define NANO_MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c440 over_temp_cal->num_model_pts = NANO_MIN(data_length, OTC_MODEL_SIZE); in overTempCalSetModelData()