HomeSort by relevance Sort by last modified time
    Searched refs:axis_slope_angle (Results 1 - 2 of 2) sorted by null

  /external/valgrind/memcheck/tests/
vcpu_fbench.c 290 static double axis_slope_angle; variable
594 AXIS_SLOPE_ANGLE Angle incoming ray makes with axis
607 AXIS_SLOPE_ANGLE Angle incoming ray makes with axis
622 axis_slope_angle = 0.0;
627 axis_slope_angle;
631 old_axis_slope_angle = axis_slope_angle;
632 axis_slope_angle = axis_slope_angle +
636 object_distance = ray_height / axis_slope_angle;
640 axis_slope_angle = axis_slope_angle * (from_index / to_index)
    [all...]
  /external/valgrind/perf/
fbench.c 286 static double axis_slope_angle; variable
590 AXIS_SLOPE_ANGLE Angle incoming ray makes with axis
603 AXIS_SLOPE_ANGLE Angle incoming ray makes with axis
618 axis_slope_angle = 0.0;
623 axis_slope_angle;
627 old_axis_slope_angle = axis_slope_angle;
628 axis_slope_angle = axis_slope_angle +
632 object_distance = ray_height / axis_slope_angle;
636 axis_slope_angle = axis_slope_angle * (from_index / to_index)
    [all...]

Completed in 391 milliseconds