Home | History | Annotate | Download | only in src

Lines Matching defs:E1

1186                     double sweight = sw ? sw[si+i] : inv_count, E1 = 0;
1192 E1 += t*t;
1194 E += sweight*E1;
1202 double sweight = sw ? sw[si+i] : inv_count, E1 = 0;
1208 E1 += t*t;
1210 E += sweight*E1;