Home
last modified time | relevance | path

Searched refs:axis_slope_angle (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/perf/
Dfbench.c286 static double axis_slope_angle; variable
618 axis_slope_angle = 0.0; in transit_surface()
623 axis_slope_angle; in transit_surface()
627 old_axis_slope_angle = axis_slope_angle; in transit_surface()
628 axis_slope_angle = axis_slope_angle + in transit_surface()
632 object_distance = ray_height / axis_slope_angle; in transit_surface()
636 axis_slope_angle = axis_slope_angle * (from_index / to_index); in transit_surface()
642 axis_slope_angle = 0.0; in transit_surface()
647 sin(axis_slope_angle); in transit_surface()
652 old_axis_slope_angle = axis_slope_angle; in transit_surface()
[all …]
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c290 static double axis_slope_angle; variable
622 axis_slope_angle = 0.0; in transit_surface()
627 axis_slope_angle; in transit_surface()
631 old_axis_slope_angle = axis_slope_angle; in transit_surface()
632 axis_slope_angle = axis_slope_angle + in transit_surface()
636 object_distance = ray_height / axis_slope_angle; in transit_surface()
640 axis_slope_angle = axis_slope_angle * (from_index / to_index); in transit_surface()
646 axis_slope_angle = 0.0; in transit_surface()
651 sin(axis_slope_angle); in transit_surface()
656 old_axis_slope_angle = axis_slope_angle; in transit_surface()
[all …]