Home
last modified time | relevance | path

Searched refs:cosph0 (Results 1 – 25 of 86) sorted by relevance

1234

/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dortho.cpp21 double cosph0; member
62 if (Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam < - EPS10) in ortho_s_forward()
64 xy.y = Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in ortho_s_forward()
116 lp.phi = cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 /rh; in ortho_s_inverse()
118 xy.x *= sinc * Q->cosph0; in ortho_s_inverse()
153 xy.y = nu * (sinphi * Q->cosph0 - cosphi * Q->sinph0 * coslam) + in ortho_e_forward()
154 P->es * (Q->nu0 * Q->sinph0 - nu * sinphi) * Q->cosph0; in ortho_e_forward()
261 const double J22 = nu * Q->sinph0 * Q->cosph0 * sinlam; in ortho_e_inverse()
288 Q->cosph0 = cos(P->phi0); in PROJECTION()
303 Q->y_shift = P->es * Q->nu0 * Q->sinph0 * Q->cosph0; in PROJECTION()
[all …]
H A Dgnom.cpp26 double cosph0; member
46 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in gnom_s_forward()
67 xy.y *= Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in gnom_s_forward()
95 lp.phi = cosz * Q->sinph0 + xy.y * sinz * Q->cosph0 / rh; in gnom_s_inverse()
101 xy.x *= sinz * Q->cosph0; in gnom_s_inverse()
139 Q->cosph0 = cos(P->phi0); in PROJECTION()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_aeqd.c32 double cosph0; \
84 (P->cosph0 * st - P->sinph0 * coslam * ct) / cA :
109 xy.y = P->sinph0 * sinphi + P->cosph0 * cosphi * coslam;
121 P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
159 t = P->cosph0 * cosAz;
204 xy.x *= sinc * P->cosph0;
228 P->cosph0 = 0.;
232 P->cosph0 = 1.;
236 P->cosph0 = cos(P->phi0);
243 P->M1 = proj_mdist(P->phi0, P->sinph0, P->cosph0, P->en);
[all …]
H A Dproj_ortho.c30 double cosph0; \
53 P->cosph0 * cosphi * coslam < - EPS10) F_ERROR;
54 xy.y = P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
92 lp.phi = cosc * P->sinph0 + xy.y * sinc * P->cosph0 / rh;
94 xy.x *= sinc * P->cosph0;
115 P->cosph0 = cos(P->phi0);
H A Dproj_gnom.c30 double cosph0; \
51 xy.y = P->sinph0 * sinphi + P->cosph0 * cosphi * coslam;
67 xy.y *= P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
89 lp.phi = cosz * P->sinph0 + xy.y * sinz * P->cosph0 / rh;
95 xy.x *= sinz * P->cosph0;
127 P->cosph0 = cos(P->phi0);
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/proj/
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp73 T cosph0; member
97 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
117 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
146 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
152 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
195 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
H A Dortho.hpp72 T cosph0; member
102 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
105 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
153 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
155 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
185 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_gnom.c14 double cosph0; member
33 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in s_forward()
51 xy.y *= Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
78 lp.phi = cosz * Q->sinph0 + xy.y * sinz * Q->cosph0 / rh; in s_inverse()
84 xy.x *= sinz * Q->cosph0; in s_inverse()
139 Q->cosph0 = cos(P->phi0); in PROJECTION()
H A DPJ_ortho.c8 double cosph0; member
33 Q->cosph0 * cosphi * coslam < - EPS10) F_ERROR; in s_forward()
34 xy.y = Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
76 lp.phi = cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 /rh; in s_inverse()
78 xy.x *= sinc * Q->cosph0; in s_inverse()
121 Q->cosph0 = cos(P->phi0); in PROJECTION()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Dortho.hpp72 T cosph0; member
108 this->m_proj_parm.cosph0 * cosphi * coslam < - epsilon10) { in fwd()
111 … xy_y = this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
159 … lp_lat = cosc * this->m_proj_parm.sinph0 + xy_y * sinc * this->m_proj_parm.cosph0 /rh; in inv()
161 xy_x *= sinc * this->m_proj_parm.cosph0; in inv()
191 proj_parm.cosph0 = cos(par.phi0); in setup_ortho()
H A Dgnom.hpp73 T cosph0; member
103 … xy_y = this->m_proj_parm.sinph0 * sinphi + this->m_proj_parm.cosph0 * cosphi * coslam; in fwd()
123 … xy_y *= this->m_proj_parm.cosph0 * sinphi - this->m_proj_parm.sinph0 * cosphi * coslam; in fwd()
152 … lp_lat = cosz * this->m_proj_parm.sinph0 + xy_y * sinz * this->m_proj_parm.cosph0 / rh; in inv()
158 xy_x *= sinz * this->m_proj_parm.cosph0; in inv()
201 proj_parm.cosph0 = cos(par.phi0); in setup_gnom()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_ortho.c8 double cosph0; member
33 Q->cosph0 * cosphi * coslam < - EPS10) F_ERROR; in s_forward()
34 xy.y = Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
76 lp.phi = cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 /rh; in s_inverse()
78 xy.x *= sinc * Q->cosph0; in s_inverse()
121 Q->cosph0 = cos(P->phi0); in PROJECTION()
H A DPJ_gnom.c14 double cosph0; member
33 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in s_forward()
51 xy.y *= Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
78 lp.phi = cosz * Q->sinph0 + xy.y * sinz * Q->cosph0 / rh; in s_inverse()
84 xy.x *= sinz * Q->cosph0; in s_inverse()
139 Q->cosph0 = cos(P->phi0); in PROJECTION()

1234