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

  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 288 static double object_distance; variable
586 OBJECT_DISTANCE Distance of object focus from
604 OBJECT_DISTANCE Distance from vertex to object focus
621 if (object_distance == 0.0) {
625 iang_sin = ((object_distance -
634 if (object_distance != 0.0)
635 ray_height = object_distance * old_axis_slope_angle;
636 object_distance = ray_height / axis_slope_angle;
639 object_distance = object_distance * (to_index / from_index)
    [all...]
  /external/valgrind/main/perf/
fbench.c 284 static double object_distance; variable
582 OBJECT_DISTANCE Distance of object focus from
600 OBJECT_DISTANCE Distance from vertex to object focus
617 if (object_distance == 0.0) {
621 iang_sin = ((object_distance -
630 if (object_distance != 0.0)
631 ray_height = object_distance * old_axis_slope_angle;
632 object_distance = ray_height / axis_slope_angle;
635 object_distance = object_distance * (to_index / from_index)
    [all...]

Completed in 306 milliseconds