Home | History | Annotate | Download | only in src

Lines Matching refs:te1

167     double te, te1;
211 te1 = responses_fl[*data * step];
212 sum_c += te1;
214 sum_cc += te1 * te1;
216 sum_cp += te1 * te;
217 te -= te1;
230 te1 = responses_i[*data * step];
231 sum_c += te1;
233 sum_cc += te1 * te1;
235 sum_cp += te1 * te;
236 te -= te1;
295 double te, te1;
313 te1 = (crVal->all_results * crVal->sum_cc -
317 *correlation = (float)(te / te1);