Home | History | Annotate | Download | only in perf

Lines Matching refs:to_index

288 static double to_index;
595 TO_INDEX Refractive index of medium being
625 rang_sin = (from_index / to_index) *
635 object_distance = object_distance * (to_index / from_index);
636 axis_slope_angle = axis_slope_angle * (from_index / to_index);
650 rang_sin = (from_index / to_index) *
663 rang = -asin((from_index / to_index) *
665 object_distance = object_distance * ((to_index *
685 to_index = s[i][2];
686 if (to_index > 1.0)
687 to_index = to_index + ((spectral_line[4] -
692 from_index = to_index;