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

  /external/valgrind/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/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 221 milliseconds