Lines Matching refs:rd
1124 fit(peer_t *p, double rd) in fit() argument
1142 if (rd > MAXDIST + FREQ_TOLERANCE * (1 << G.poll_exp)) { in fit()
1145 p->p_dotted, rd, p->filter_jitter in fit()
1176 double rd, offset; in select_and_cluster() local
1179 rd = root_distance(p); in select_and_cluster()
1181 if (!fit(p, rd)) { in select_and_cluster()
1187 offset - rd, in select_and_cluster()
1189 offset + rd, in select_and_cluster()
1194 point[num_points].edge = offset - rd; in select_and_cluster()
1195 point[num_points].opt_rd = rd; in select_and_cluster()
1200 point[num_points].opt_rd = rd; in select_and_cluster()
1204 point[num_points].edge = offset + rd; in select_and_cluster()
1205 point[num_points].opt_rd = rd; in select_and_cluster()