Home | History | Annotate | Download | only in tests

Lines Matching refs:to_index

292 static double to_index;
599 TO_INDEX Refractive index of medium being
629 rang_sin = (from_index / to_index) *
639 object_distance = object_distance * (to_index / from_index);
640 axis_slope_angle = axis_slope_angle * (from_index / to_index);
654 rang_sin = (from_index / to_index) *
667 rang = -asin((from_index / to_index) *
669 object_distance = object_distance * ((to_index *
689 to_index = s[i][2];
690 if (to_index > 1.0)
691 to_index = to_index + ((spectral_line[4] -
696 from_index = to_index;