Home
last modified time | relevance | path

Searched refs:theta_inc (Results 1 – 11 of 11) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_render_scene_uncertainty_map.cxx149 float theta_inc = 0.0; in render_scene_uncertainty_map() local
158 theta_inc = (theta_max-theta_min)/ (float) (cl_nj) ; in render_scene_uncertainty_map()
169 float theta = theta_min + (float)j*theta_inc ; in render_scene_uncertainty_map()
306 int prev_j = (int)std::floor((theta-theta_min)/theta_inc); in render_scene_uncertainty_map()
414 float theta_inc = (theta_max- theta_min)/((float)uimg->nj()); in compute_cubic_trajectory() local
430 float theta = theta_min + theta_inc * (float)(j) ; in compute_cubic_trajectory()
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsRanging.cpp185 double theta_inc = (alpha < 0 ? dxi_inc[i] : dxi_dec[i]) / -alpha; in getHighsRanging() local
187 if (myt_inc > theta_inc) myt_inc = theta_inc, myk_inc = k; in getHighsRanging()
215 double theta_inc = (alpha < 0 ? myd_inc : myd_dec) / -alpha; in getHighsRanging() local
217 if (tci_inc[i] > theta_inc) in getHighsRanging()
218 tci_inc[i] = theta_inc, aci_inc[i] = alpha, jci_inc[i] = j; in getHighsRanging()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsRanging.cpp185 double theta_inc = (alpha < 0 ? dxi_inc[i] : dxi_dec[i]) / -alpha; in getHighsRanging() local
187 if (myt_inc > theta_inc) myt_inc = theta_inc, myk_inc = k; in getHighsRanging()
215 double theta_inc = (alpha < 0 ? myd_inc : myd_dec) / -alpha; in getHighsRanging() local
217 if (tci_inc[i] > theta_inc) in getHighsRanging()
218 tci_inc[i] = theta_inc, aci_inc[i] = alpha, jci_inc[i] = j; in getHighsRanging()
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-Complex/lib/Math/
H A DComplex.pm788 my $theta_inc = pi2 / $n;
795 $i++, $theta += $theta_inc) {
802 my $w = cplxe($rho, $t / $n + $k * $theta_inc);
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-Complex/lib/Math/
H A DComplex.pm788 my $theta_inc = pi2 / $n;
795 $i++, $theta += $theta_inc) {
802 my $w = cplxe($rho, $t / $n + $k * $theta_inc);
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-Complex/lib/Math/
H A DComplex.pm788 my $theta_inc = pi2 / $n;
795 $i++, $theta += $theta_inc) {
802 my $w = cplxe($rho, $t / $n + $k * $theta_inc);
/dports/math/p5-Math-Complex/Math-Complex-1.59/lib/Math/
H A DComplex.pm768 my $theta_inc = pi2 / $n;
775 $i++, $theta += $theta_inc) {
782 my $w = cplxe($rho, $t / $n + $k * $theta_inc);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-Complex/lib/Math/
H A DComplex.pm788 my $theta_inc = pi2 / $n;
795 $i++, $theta += $theta_inc) {
802 my $w = cplxe($rho, $t / $n + $k * $theta_inc);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx100 float theta_inc = 180.0f/(float)ndirs; in initialize_layer0_as_gaussians() local
141 theta += theta_inc; in initialize_layer0_as_gaussians()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/segv/
H A Dsegv_vil_segmentation_manager.cxx2019 static float theta_inc = 0.0f; in rot_extrema() local
2024 extrema_dialog.field("theta increment",theta_inc); in rot_extrema()
2030 …<float> output = brip_vil_float_ops::extrema_rotational(fimg, lambda0, lambda1, theta_inc, bright); in rot_extrema()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/flow_filters/
H A Dascent_runtime_dray_filters.cpp860 double theta_inc = 180.0 / double(m_theta); in create_cinema_cameras() local
868 float theta = theta_inc * t; in create_cinema_cameras()