Home
last modified time | relevance | path

Searched refs:sqrt1_2 (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DPyramidBuilding.cxx536 const float sqrt1_2 = (float)M_SQRT1_2; in printOBJ() local
539 {0.0f, -sqrt1_2, +sqrt1_2}, {+sqrt1_2, 0.0f, +sqrt1_2}, in printOBJ()
540 {0.0f, +sqrt1_2, +sqrt1_2}, {-sqrt1_2, 0.0f, +sqrt1_2}, in printOBJ()
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DPyramidBuilding.cxx536 const float sqrt1_2 = (float)M_SQRT1_2; in printOBJ() local
539 {0.0f, -sqrt1_2, +sqrt1_2}, {+sqrt1_2, 0.0f, +sqrt1_2}, in printOBJ()
540 {0.0f, +sqrt1_2, +sqrt1_2}, {-sqrt1_2, 0.0f, +sqrt1_2}, in printOBJ()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/tests/
H A Dtest_icam_transform.cxx37 vnl_vector_fixed<double,3> x(1,0,0), v45(vnl_math::sqrt1_2, vnl_math::sqrt1_2, 0.0); in test_icam_transform()
/dports/misc/vxl/vxl-3.3.2/core/vgl/algo/tests/
H A Dtest_rotation_3d.cxx170 …vnl_double_3 b(0.0, 0.0, 1.0), ap(vnl_math::sqrt1_2, 0.0, vnl_math::sqrt1_2), // vector of magnitu… in test_rotation_3d()
196 sqr(double(r_abi.as_quaternion()[2]) + vnl_math::sqrt1_2) + in test_rotation_3d()
197 sqr(double(r_abi.as_quaternion()[3]) - vnl_math::sqrt1_2); in test_rotation_3d()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/src/
H A DitkGaussianDistribution.cxx201 return 0.5 * ( vnl_erf(itk::Math::sqrt1_2 * x) + 1.0 ); in CDF()
211 return 0.5 * ( vnl_erf(itk::Math::sqrt1_2 * u) + 1.0 ); in CDF()
265 dq = 0.5e+0 * vnl_erfc(dx * itk::Math::sqrt1_2) - dp; in InverseCDF()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/tests/
H A Dtest_camera_homographies.cxx28 vgl_plane_3d<double> p2(vnl_math::sqrt1_2, 0, vnl_math::sqrt1_2, -vnl_math::sqrt2); in test_camera_homographies()
H A Dtest_camera_bounds.cxx205 vgl_vector_3d<double> dir(vnl_math::sqrt1_2, 0.0, -vnl_math::sqrt1_2); in test_camera_bounds()
H A Dtest_interpolate.cxx42 double s2 = vnl_math::sqrt1_2; in test_interpolate()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_gauss_grey_processor.cxx98 …const auto big_sigma = (float)vnl_math::sqrt1_2; // maximum possible std. dev for set of samples d… in compute_app_model()
153 …const auto big_sigma = (float)vnl_math::sqrt1_2; // maximum possible std. dev for set of samples d… in compute_app_model()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_edge_indicator.h74 (sigma_ * vnl_math::two_over_sqrtpi * vnl_math::sqrt1_2 / 2); in operator()
79 (sigma_ * vnl_math::two_over_sqrtpi * vnl_math::sqrt1_2 / 2)); in operator()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/
H A Dtest_camera_bounds.cxx206 vgl_vector_3d<double> dir(vnl_math::sqrt1_2, 0.0, -vnl_math::sqrt1_2); in test_camera_bounds()
/dports/devel/libmatheval/libmatheval-1.1.11/tests/
H A Dconstants.at124 (define f (evaluator-create "sqrt1_2"))
148 (define f (evaluator-create "sqrt2/sqrt1_2"))
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/tests/
H A Dtest_vsol_rectangle_2d.cxx68 double m = vnl_math::sqrt1_2; in test_vsol_rectangle_2d()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/breg3d/pro/
H A Dbreg3d_set_occupancy_plane_process.cxx99 …(ocp_datatype)( vnl_math::sqrt1_2 * vnl_math::two_over_sqrtpi * (0.5/plane_std) * std::exp(-(dist*… in execute()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_symbol.cpp238 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in draw() local
242 const int d1 = (int)( (double)w2 * (1.0 - sqrt1_2) ); in draw()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_symbol.cpp238 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in draw() local
242 const int d1 = (int)( (double)w2 * (1.0 - sqrt1_2) ); in draw()
/dports/science/InsightToolkit/ITK-5.0.1/Utilities/ITKv5Preparation/
H A Dreplace_vnl_math_XXX.sh35 …i two_over_pi deg_per_rad sqrt2pi two_over_sqrtpi one_over_sqrt2pi sqrt2 sqrt1_2 sqrt1_3 euler eps…
/dports/misc/vxl/vxl-3.3.2/core/vpgl/tests/
H A Dtest_affine_camera.cxx15 const double sq2 = vnl_math::sqrt1_2; in test_affine_camera()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkMath.h87 static constexpr double sqrt1_2 = vnl_math::sqrt1_2; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_math.cxx55 check_pointer( &vnl_math::sqrt1_2 ); in test_static_const_definition()
97 TEST_NEAR("sqrt1_2*sqrt2=1" , vnl_math::sqrt1_2*vnl_math::sqrt2, 1.0, 1e-9); in test_math_constants()
98 TEST_CONSTANT(sqrt1_2 , 0.7071067812); in test_math_constants()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_math.cxx58 check_pointer(&vnl_math::sqrt1_2); in test_static_const_definition()
101 TEST_NEAR("sqrt1_2*sqrt2=1", vnl_math::sqrt1_2 * vnl_math::sqrt2, 1.0, 1e-15); in test_math_constants()
102 TEST_CONSTANT(sqrt1_2, 0.70710678118654752440084436210484903928483593768847); in test_math_constants()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dvalue_number.go95 sqrt1_2 float64 = math.Sqrt2 / 2 const
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dvalue_number.go95 sqrt1_2 float64 = math.Sqrt2 / 2 const
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_symbol.cpp568 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in qwtDrawStar1Symbols() local
570 const double d1 = r.width() / 2.0 * ( 1.0 - sqrt1_2 ); in qwtDrawStar1Symbols()
595 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in qwtDrawStar1Symbols() local
598 const double d1 = r.width() / 2.0 * ( 1.0 - sqrt1_2 ); in qwtDrawStar1Symbols()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_symbol.cpp568 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in qwtDrawStar1Symbols() local
570 const double d1 = r.width() / 2.0 * ( 1.0 - sqrt1_2 ); in qwtDrawStar1Symbols()
595 const double sqrt1_2 = 0.70710678118654752440; /* 1/sqrt(2) */ in qwtDrawStar1Symbols() local
598 const double d1 = r.width() / 2.0 * ( 1.0 - sqrt1_2 ); in qwtDrawStar1Symbols()

123