Home
last modified time | relevance | path

Searched refs:maxtheta (Results 1 – 24 of 24) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/old_datasources/healpix/
H A Dhealpix_tools_proj.cpp28 if ((maxtheta < 0.0) || (maxtheta > HEALPIX_PI)) { in healpix_proj_car()
37 if (maxtheta <= mintheta) { in healpix_proj_car()
69 (*y) = ((maxtheta - theta) / (maxtheta - mintheta)) * ymax; in healpix_proj_car()
97 if ((maxtheta < 0.0) || (maxtheta > HEALPIX_PI)) { in healpix_proj_sin()
106 if (maxtheta <= mintheta) { in healpix_proj_sin()
119 (*y) = ((maxtheta - theta) / (maxtheta - mintheta)) * ymax; in healpix_proj_sin()
191 if ((maxtheta < 0.0) || (maxtheta > HEALPIX_PI)) { in healpix_proj_rev_car()
200 if (maxtheta <= mintheta) { in healpix_proj_rev_car()
213 (*theta) = maxtheta - (y / ymax) * (maxtheta - mintheta); in healpix_proj_rev_car()
237 if ((maxtheta < 0.0) || (maxtheta > HEALPIX_PI)) { in healpix_proj_rev_sin()
[all …]
H A Dhealpix_tools.h198 int healpix_proj_car(double mintheta, double maxtheta, double minphi,
201 int healpix_proj_sin(double mintheta, double maxtheta, double minphi,
204 int healpix_proj_rev_car(double mintheta, double maxtheta, double minphi,
207 int healpix_proj_rev_sin(double mintheta, double maxtheta, double minphi,
/dports/games/gl-117/gl-117-1.3.2-src/src/
H A Daiobject.cpp104 maxtheta = 90; in dinit()
537 if (rectheta > maxtheta) rectheta = maxtheta; in move()
538 else if (rectheta < -maxtheta) rectheta = -maxtheta; in move()
773 maxtheta = 90; in aiinit()
833 maxtheta = 90.0; in newinit()
849 maxtheta = 90.0; in newinit()
904 maxtheta = 30; in newinit()
919 maxtheta = 30; in newinit()
1261 maxtheta = 0; in newinit()
2523 if (theta > maxtheta) theta = maxtheta; // restrict roll angle in aiAction()
[all …]
H A Daiobject.h131 float maxtheta; // a maximum roll angle the object may achieve, easymodel==1 only! variable
H A Dmission.cpp1485 fighter [n]->maxtheta = 0; in start()
1494 fighter [n]->maxtheta = 0; in start()
1571 fighter [n]->maxtheta = 0; in start()
1580 fighter [n]->maxtheta = 0; in start()
2621 fighter [n]->maxtheta = 0; in start()
2629 fighter [n]->maxtheta = 0; in start()
2637 fighter [n]->maxtheta = 0; in start()
2645 fighter [n]->maxtheta = 0; in start()
2775 fighter [n]->maxtheta = 0; in start()
2783 fighter [n]->maxtheta = 0; in start()
[all …]
/dports/biology/fluctuate/fluctuate1.4/
H A Dcoal_modellike.c50 void theta_confidence(long chain, double maxtheta, long lowcus, double in theta_confidence() argument
61 target = model_likelihood(maxtheta,0.0,firstlong,lastlong,lowcus,lthetai) - in theta_confidence()
68 lower = maxtheta; in theta_confidence()
87 upper = maxtheta; in theta_confidence()
805 double *printth, maxtheta; in coal_curveplot() local
821 maxtheta = coal_combined_locus_estimate(); in coal_curveplot()
864 theta_confidence(lastlong, maxtheta, -1L, savethetai); in coal_curveplot()
H A Dcoal_modellike.h3 void theta_confidence(long chain, double maxtheta, long lowcus,
/dports/mail/coolmail/coolmail-1.3/
H A Dcoolmail.c181 static float maxtheta = 1.7; in rotate_in() local
190 theta = i * (maxtheta - mintheta)/ frames + mintheta; in rotate_in()
211 static float maxtheta = 1.7; in rotate_out() local
220 theta = i * (maxtheta - mintheta)/ frames + mintheta; in rotate_out()
/dports/science/madness/madness-ebb3fd7/src/apps/ii/
H A Dsystolic.h675 volatile double maxtheta; // max rotation angle variable
699 …("\titeration %ld sum=%.4f ndone=%ld tol=%.2e, maxtheta=%.2e\n", niter, sum, ndone, tol, maxtheta); in start_iteration_hook()
704 this->maxtheta = 0.0; /// maximum rotation angle in this iteration in start_iteration_hook()
733 …this->maxtheta = std::max<double>(fabs(theta), (double)maxtheta); // this doesn't seem to thread s… in kernel()
765 this->tol = std::max(0.1 * maxtheta, thresh); in end_iteration_hook()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/lighting/
H A Dphotonshootingtask.cpp194 for(theta=combo.mintheta; theta<combo.maxtheta; theta+=combo.dtheta) in ShootPhotonsAtObject()
399 if (theta > GetSceneData()->photonSettings.autoStopPercent*combo.maxtheta) in ShootPhotonsAtObject()
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/
H A Dpreal.cc196 double maxtheta = 0.0; in operator ()() local
215 maxtheta = std::max<double>(std::abs(theta), maxtheta); in operator ()()
259 tol = std::max(0.1 * maxtheta, thresh); in operator ()()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotonshootingtask.cpp186 for(theta=combo.mintheta; theta<combo.maxtheta; theta+=combo.dtheta) in ShootPhotonsAtObject()
394 if (theta > GetSceneData()->photonSettings.autoStopPercent*combo.maxtheta) in ShootPhotonsAtObject()
H A Dphotons.h360 DBL maxtheta; variable
H A Dphotons.cpp2791 maxtheta = shootingDirection.rad; in computeAnglesAndDeltas()
2795 maxtheta = asin(shootingDirection.rad/shootingDirection.dist); in computeAnglesAndDeltas()
2799 maxtheta = M_PI; in computeAnglesAndDeltas()
/dports/math/R/R-4.1.2/src/library/grid/R/
H A Dcurve.R191 maxtheta <- pi + sign(origin*dir)*2*atan(abs(origin)) functionVar
192 theta <- seq(0, dir*maxtheta,
193 dir*maxtheta/(ncp + 1))[c(-1, -(ncp + 2))]
/dports/math/libRmath/R-4.1.1/src/library/grid/R/
H A Dcurve.R191 maxtheta <- pi + sign(origin*dir)*2*atan(abs(origin)) functionVar
192 theta <- seq(0, dir*maxtheta,
193 dir*maxtheta/(ncp + 1))[c(-1, -(ncp + 2))]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dphotons.cpp778 DBL mintheta,maxtheta,minphi,maxphi; in ShootPhotonsAtObject() local
911 maxtheta = M_PI; in ShootPhotonsAtObject()
958 maxtheta = rad; in ShootPhotonsAtObject()
962 maxtheta = atan(rad/dist); in ShootPhotonsAtObject()
966 maxtheta = M_PI; in ShootPhotonsAtObject()
982 for(theta=mintheta; theta<maxtheta; theta+=dtheta) in ShootPhotonsAtObject()
1291 if (theta>photonOptions.autoStopPercent*maxtheta) break; in ShootPhotonsAtObject()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dphotons.cpp760 DBL mintheta,maxtheta,minphi,maxphi; in ShootPhotonsAtObject() local
888 maxtheta = M_PI; in ShootPhotonsAtObject()
935 maxtheta = rad; in ShootPhotonsAtObject()
939 maxtheta = atan(rad/dist); in ShootPhotonsAtObject()
943 maxtheta = M_PI; in ShootPhotonsAtObject()
959 for(theta=mintheta; theta<maxtheta; theta+=dtheta) in ShootPhotonsAtObject()
1257 if (theta>photonOptions.autoStopPercent*maxtheta) break; in ShootPhotonsAtObject()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.h370 DBL maxtheta; variable
H A Dphotons.cpp2669 maxtheta = shootingDirection.rad; in computeAnglesAndDeltas()
2673 maxtheta = asin(shootingDirection.rad/shootingDirection.dist); in computeAnglesAndDeltas()
2677 maxtheta = M_PI; in computeAnglesAndDeltas()
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dmoldft.cc1271 long& ndone_iter, double& maxtheta, in localize_PM_ij()
1309 maxtheta = std::max(fabs(theta), maxtheta); in localize_PM_ij()
1362 double maxtheta = 0.0; in localize_PM_task_kernel() local
1371 ndone_iter, maxtheta, in localize_PM_task_kernel()
1386 tol = std::max(0.1 * std::min(maxtheta, tol), thresh); in localize_PM_task_kernel()
1524 double maxtheta = 0.0; in localize_boys() local
1543 maxtheta = std::max<double>(std::abs(theta), maxtheta); in localize_boys()
1587 tol = std::max(0.1 * maxtheta, thresh); in localize_boys()
H A Ddesktop1202 long& ndone_iter, double& maxtheta,
1240 maxtheta = std::max(fabs(theta), maxtheta);
1293 double maxtheta = 0.0;
1302 ndone_iter, maxtheta,
1317 tol = std::max(0.1 * std::min(maxtheta, tol), thresh);
1455 double maxtheta = 0.0;
1474 maxtheta = std::max<double>(std::abs(theta), maxtheta);
1518 tol = std::max(0.1 * maxtheta, thresh);
/dports/biology/migrate/migrate-3.6.11/src/
H A Dcombroyden2.c140 void print_reset_big_param (FILE * file, MYREAL average, MYREAL maxtheta,
617 print_reset_big_param (FILE * file, MYREAL average, MYREAL maxtheta, long pop) in print_reset_big_param() argument
634 average, maxtheta); in print_reset_big_param()
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A DSCF.cc571 double maxtheta = 0.0; in localize_boys() local
594 maxtheta = std::max<double>(std::abs(theta), maxtheta); in localize_boys()
639 tol = std::max(0.1 * maxtheta, thresh); in localize_boys()