Home
last modified time | relevance | path

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

1234

/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_aeqd.c31 double sinph0; \
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;
162 B *= 3. * (1. - A) * P->sinph0;
166 psi = proj_asin(P->sinph0 * cos(E) + t * sin(E));
203 xy.y = (cosc - P->sinph0 * sin(lp.phi)) * c_rh;
227 P->sinph0 = P->phi0 < 0. ? -1. : 1.;
231 P->sinph0 = 0.;
235 P->sinph0 = sin(P->phi0);
[all …]
H A Dproj_ortho.c29 double sinph0; \
52 if (P->sinph0 * (sinphi = sin(lp.phi)) +
54 xy.y = P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
92 lp.phi = cosc * P->sinph0 + xy.y * sinc * P->cosph0 / rh;
93 xy.y = (cosc - P->sinph0 * lp.phi) * rh;
114 P->sinph0 = sin(P->phi0);
H A Dproj_gnom.c29 double sinph0; \
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;
94 xy.y = (cosz - P->sinph0 * sin(lp.phi)) * rh;
126 P->sinph0 = sin(P->phi0);
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dortho.cpp20 double sinph0; 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()
117 xy.y = (cosc - Q->sinph0 * lp.phi) * rh; 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()
287 Q->sinph0 = sin(P->phi0); in PROJECTION()
302 Q->nu0 = 1.0 / sqrt(1.0 - P->es * Q->sinph0 * Q->sinph0); in PROJECTION()
[all …]
H A Daeqd.cpp46 double sinph0; member
148 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in aeqd_s_forward()
162 Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in aeqd_s_forward()
259 lp.phi = aasin(P->ctx,cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 / in aeqd_s_inverse()
261 xy.y = (cosc - Q->sinph0 * sin(lp.phi)) * c_rh; in aeqd_s_inverse()
287 Q->sinph0 = P->phi0 < 0. ? -1. : 1.; in PROJECTION()
291 Q->sinph0 = 0.; in PROJECTION()
295 Q->sinph0 = sin(P->phi0); in PROJECTION()
305 Q->M1 = pj_mlfn(P->phi0, Q->sinph0, Q->cosph0, Q->en); in PROJECTION()
318 Q->N1 = 1. / sqrt(1. - P->es * Q->sinph0 * Q->sinph0); in PROJECTION()
[all …]
H A Dgnom.cpp25 double sinph0; 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()
100 xy.y = (cosz - Q->sinph0 * sin(lp.phi)) * rh; in gnom_s_inverse()
138 Q->sinph0 = sin(P->phi0); in PROJECTION()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_aeqd.c33 double sinph0; member
123 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in s_forward()
135 Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
222 lp.phi = aasin(P->ctx,cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 / in s_inverse()
224 xy.y = (cosc - Q->sinph0 * sin(lp.phi)) * c_rh; in s_inverse()
268 Q->sinph0 = P->phi0 < 0. ? -1. : 1.; in PROJECTION()
272 Q->sinph0 = 0.; in PROJECTION()
276 Q->sinph0 = sin(P->phi0); in PROJECTION()
285 Q->M1 = pj_mlfn(P->phi0, Q->sinph0, Q->cosph0, Q->en); in PROJECTION()
299 Q->N1 = 1. / sqrt(1. - P->es * Q->sinph0 * Q->sinph0); in PROJECTION()
[all …]
H A DPJ_gnom.c13 double sinph0; 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()
83 xy.y = (cosz - Q->sinph0 * sin(lp.phi)) * rh; in s_inverse()
138 Q->sinph0 = sin(P->phi0); in PROJECTION()
H A DPJ_ortho.c7 double sinph0; member
32 if (Q->sinph0 * (sinphi = sin(lp.phi)) + 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()
77 xy.y = (cosc - Q->sinph0 * lp.phi) * rh; in s_inverse()
120 Q->sinph0 = sin(P->phi0); in PROJECTION()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_aeqd.c33 double sinph0; member
123 xy.y = Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam; in s_forward()
135 Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in s_forward()
222 lp.phi = aasin(P->ctx,cosc * Q->sinph0 + xy.y * sinc * Q->cosph0 / in s_inverse()
224 xy.y = (cosc - Q->sinph0 * sin(lp.phi)) * c_rh; in s_inverse()
268 Q->sinph0 = P->phi0 < 0. ? -1. : 1.; in PROJECTION()
272 Q->sinph0 = 0.; in PROJECTION()
276 Q->sinph0 = sin(P->phi0); in PROJECTION()
285 Q->M1 = pj_mlfn(P->phi0, Q->sinph0, Q->cosph0, Q->en); in PROJECTION()
299 Q->N1 = 1. / sqrt(1. - P->es * Q->sinph0 * Q->sinph0); in PROJECTION()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(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.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dgnom.hpp72 T sinph0; 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()
151 xy_y = (cosz - this->m_proj_parm.sinph0 * sin(lp_lat)) * rh; in inv()
194 proj_parm.sinph0 = sin(par.phi0); in setup_gnom()
H A Dortho.hpp71 T sinph0; member
101 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
154 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
184 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Dortho.hpp71 T sinph0; member
107 if (this->m_proj_parm.sinph0 * (sinphi = sin(lp_lat)) + 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()
160 xy_y = (cosc - this->m_proj_parm.sinph0 * lp_lat) * rh; in inv()
190 proj_parm.sinph0 = sin(par.phi0); in setup_ortho()

1234