Searched refs:time_const (Results 1 – 3 of 3) sorted by relevance
41 unsigned A, time_const; in parse_estimator() local53 if (get_time(&time_const, *argv)) in parse_estimator()55 if (tc_setup_estimator(A, time_const, est) < 0) { in parse_estimator()
26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) in tc_setup_estimator() argument37 if (A/(-log(w)) > time_const) in tc_setup_estimator()
27 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);