OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radius_of_curvature
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/
vcpu_fbench.c
287
static double
radius_of_curvature
;
variable
582
RADIUS_OF_CURVATURE
Radius of curvature of surface
620
if (
radius_of_curvature
!= 0.0) {
623
iang_sin = ray_height /
radius_of_curvature
;
626
radius_of_curvature
) /
radius_of_curvature
) *
644
if (
radius_of_curvature
!= 0.0) {
647
iang_sin = ray_height /
radius_of_curvature
;
650
radius_of_curvature
) /
radius_of_curvature
) *
[
all
...]
/external/valgrind/main/perf/
fbench.c
283
static double
radius_of_curvature
;
variable
578
RADIUS_OF_CURVATURE
Radius of curvature of surface
616
if (
radius_of_curvature
!= 0.0) {
619
iang_sin = ray_height /
radius_of_curvature
;
622
radius_of_curvature
) /
radius_of_curvature
) *
640
if (
radius_of_curvature
!= 0.0) {
643
iang_sin = ray_height /
radius_of_curvature
;
646
radius_of_curvature
) /
radius_of_curvature
) *
[
all
...]
Completed in 31 milliseconds