Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance
44 c2 = self.dt == T.DT_10M and \53 return c1 or c2 or c3 or c4
444 float c2 = (*corr + x[i]) * (*corr + x[i]); in add_pulse() local447 if (c2 * best_e > e * best_c2) in add_pulse()448 best_c2 = c2, best_e = e, nbest = i; in add_pulse()