Searched refs:secs_per_col (Results 1 – 1 of 1) sorted by relevance
192 double secs_per_col = (double)(gdd->max_seconds - gdd->min_seconds) / gdd->cols; in set_gdd_bit() local210 col = (time - gdd->min_seconds) / secs_per_col; in set_gdd_bit()