OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ray_height
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/
vcpu_fbench.c
289
static double
ray_height
;
variable
591
RAY_HEIGHT
Height of ray from axis. Only
623
iang_sin =
ray_height
/ radius_of_curvature;
635
ray_height
= object_distance * old_axis_slope_angle;
636
object_distance =
ray_height
/ axis_slope_angle;
647
iang_sin =
ray_height
/ radius_of_curvature;
684
ray_height
= ray_h;
/external/valgrind/main/perf/
fbench.c
285
static double
ray_height
;
variable
587
RAY_HEIGHT
Height of ray from axis. Only
619
iang_sin =
ray_height
/ radius_of_curvature;
631
ray_height
= object_distance * old_axis_slope_angle;
632
object_distance =
ray_height
/ axis_slope_angle;
643
iang_sin =
ray_height
/ radius_of_curvature;
680
ray_height
= ray_h;
Completed in 54 milliseconds