Lines Matching refs:c2
334 double c2 = dot(biss, nnor);
335 double l = width / c2;
336 double emiter = width * c2;
378 double c2 = dot(biss, nnor);
379 double l = width / c2;
380 double emiter = width * c2;
447 double c2=cross(next, biss);
448 double l=width/c2;
483 double c2 = dot (biss, nnor);
484 double l = width / c2;
485 double emiter = width * c2;
507 double dec = (l - emiter) * c2 / s2;
594 double c2 = dot (biss, nnor);
595 double l = width / c2;
596 double emiter = width * c2;
618 double dec = (l - emiter) * c2 / s2;
670 double c2=cross(biss, next);
671 double l=width/c2;