Home
last modified time | relevance | path

Searched refs:cos_lon (Results 26 – 37 of 37) sorted by relevance

12

/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp162 CT const cos_lon = cos(lon); in apply() local
166 CT const sin_dlon_1 = sin_lon * cos_lon1 - cos_lon * sin_lon1; in apply()
167 CT const cos_dlon_1 = cos_lon * cos_lon1 + sin_lon * sin_lon1; in apply()
174 CT const sin_dlon_2 = sin_lon * cos_lon2 - cos_lon * sin_lon2; in apply()
175 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply()
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DMap.cpp970 double cos_lon = cosLonArray_[(ulx + lrx)/2]; in CreateMap() local
973 point[0] = cos_lat * cos_lon; in CreateMap()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_proj.c1382 double k, tmp, sin_lat, cos_lat, sin_lon, cos_lon, c; in gmtproj_lambeq() local
1387 sincosd (lon, &sin_lon, &cos_lon); in gmtproj_lambeq()
1388 c = cos_lat * cos_lon; in gmtproj_lambeq()
1911 double sin_lat, cos_lat, sin_lon, cos_lon; in gmtproj_ortho() local
1916 sincosd (lon, &sin_lon, &cos_lon); in gmtproj_ortho()
1918 …rent.proj.EQ_RAD * (GMT->current.proj.cosp * sin_lat - GMT->current.proj.sinp * cos_lat * cos_lon); in gmtproj_ortho()
1952 double k, sin_lat, cos_lat, sin_lon, cos_lon, cc; in gmtproj_gnomonic() local
1956 sincosd (lon, &sin_lon, &cos_lon); in gmtproj_gnomonic()
1958 cc = cos_lat * cos_lon; in gmtproj_gnomonic()
H A Dgmt_map.c3312 double sin_lat, cos_lat, cos_lon, sin_lon, cc; in gmtmap_pole_rotate_forward() local
3315 sincosd (lon - GMT->current.proj.o_pole_lon, &sin_lon, &cos_lon); in gmtmap_pole_rotate_forward()
3316 cc = cos_lat * cos_lon; in gmtmap_pole_rotate_forward()
9053 double sin_lon, cos_lon, sin_lat, cos_lat, sin_lat2, M, N, h, tmp_1, tmp_2, tmp_3; in gmt_conv_datum() local
9057 sincosd (in[GMT_X], &sin_lon, &cos_lon); in gmt_conv_datum()
9064 …tmp_1 = -GMT->current.proj.datum.dxyz[GMT_X] * sin_lat * cos_lon - GMT->current.proj.datum.dxyz[GM… in gmt_conv_datum()
9069 …proj.datum.dxyz[GMT_X] * sin_lon + GMT->current.proj.datum.dxyz[GMT_Y] * cos_lon) / ((N + h) * cos… in gmt_conv_datum()
9071 …tmp_1 = GMT->current.proj.datum.dxyz[GMT_X] * cos_lat * cos_lon + GMT->current.proj.datum.dxyz[GMT… in gmt_conv_datum()
9086 double sin_lon, cos_lon, sin_lat, cos_lat, N, tmp; in gmt_ECEF_forward() local
9088 sincosd (in[GMT_X], &sin_lon, &cos_lon); in gmt_ECEF_forward()
[all …]
/dports/astro/xearth/xearth-1.2/
H A Dscan.c273 vpi->cos_lon = cos(view_lon * (M_PI/180)); in scan_map()

12