Home
last modified time | relevance | path

Searched refs:sin_lon (Results 1 – 25 of 37) sorted by relevance

12

/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_rotate.c18 const float sin_lon = sinf(lon); in oskar_rotate_sph_f() local
26 x[i] = x_ * cos_lon * cos_lat - y_ * sin_lon - z_ * cos_lon * sin_lat; in oskar_rotate_sph_f()
27 y[i] = x_ * cos_lat * sin_lon + y_ * cos_lon - z_ * sin_lon * sin_lat; in oskar_rotate_sph_f()
37 const double sin_lon = sin(lon); in oskar_rotate_sph_d() local
45 x[i] = x_ * cos_lon * cos_lat - y_ * sin_lon - z_ * cos_lon * sin_lat; in oskar_rotate_sph_d()
46 y[i] = x_ * cos_lat * sin_lon + y_ * cos_lon - z_ * sin_lon * sin_lat; in oskar_rotate_sph_d()
/dports/astro/oskar/OSKAR-2.8.0/oskar/convert/src/
H A Doskar_convert_enu_to_offset_ecef.c21 const double sin_lon = sin(lon_rad); in oskar_convert_enu_to_offset_ecef_d() local
37 xt = -xi * sin_lon - yi * sin_lat * cos_lon + zi * cos_lat * cos_lon; in oskar_convert_enu_to_offset_ecef_d()
38 yt = xi * cos_lon - yi * sin_lat * sin_lon + zi * cos_lat * sin_lon; in oskar_convert_enu_to_offset_ecef_d()
56 const double sin_lon = sin((double)lon_rad); in oskar_convert_enu_to_offset_ecef_f() local
72 xt = -xi * sin_lon - yi * sin_lat * cos_lon + zi * cos_lat * cos_lon; in oskar_convert_enu_to_offset_ecef_f()
73 yt = xi * cos_lon - yi * sin_lat * sin_lon + zi * cos_lat * sin_lon; in oskar_convert_enu_to_offset_ecef_f()
H A Doskar_convert_ecef_to_enu.c20 double sin_lon = 0.0, cos_lon = 0.0, sin_lat = 0.0, cos_lat = 0.0; in oskar_convert_ecef_to_enu() local
27 sin_lon = sin(lon_rad); in oskar_convert_ecef_to_enu()
32 b = -sin_lat * sin_lon; in oskar_convert_ecef_to_enu()
34 d = cos_lat * sin_lon; in oskar_convert_ecef_to_enu()
46 x[i] = -sin_lon * dx + cos_lon * dy; in oskar_convert_ecef_to_enu()
H A Doskar_convert_lon_lat_to_xyz.c20 const float sin_lon = sinf(lon_rad[i]); in oskar_convert_lon_lat_to_xyz_f() local
24 y[i] = cos_lat * sin_lon; in oskar_convert_lon_lat_to_xyz_f()
36 const double sin_lon = sin(lon_rad[i]); in oskar_convert_lon_lat_to_xyz_d() local
40 y[i] = cos_lat * sin_lon; in oskar_convert_lon_lat_to_xyz_d()
H A Doskar_convert_geodetic_spherical_to_ecef.c28 const double sin_lon = sin(lon_); in oskar_convert_geodetic_spherical_to_ecef() local
32 y[i] = (n_phi + alt_) * cos_lat * sin_lon; in oskar_convert_geodetic_spherical_to_ecef()
H A Doskar_convert_enu_directions_to_cirs_relative_directions.c46 const double sin_lon = sin(lon_rad); in OSKAR_CONVERT_ENU_DIR_TO_CIRS_REL_DIR() local
50 const double local_pm_x = pm_x_rad * cos_lon - pm_y_rad * sin_lon; in OSKAR_CONVERT_ENU_DIR_TO_CIRS_REL_DIR()
51 const double local_pm_y = pm_x_rad * sin_lon + pm_y_rad * cos_lon; in OSKAR_CONVERT_ENU_DIR_TO_CIRS_REL_DIR()
H A Doskar_convert_cirs_relative_directions_to_enu_directions.c48 const double sin_lon = sin(lon_rad); in OSKAR_CONVERT_CIRS_REL_DIR_TO_ENU_DIR() local
52 const double local_pm_x = pm_x_rad * cos_lon - pm_y_rad * sin_lon; in OSKAR_CONVERT_CIRS_REL_DIR_TO_ENU_DIR()
53 const double local_pm_y = pm_x_rad * sin_lon + pm_y_rad * cos_lon; in OSKAR_CONVERT_CIRS_REL_DIR_TO_ENU_DIR()
/dports/astro/oskar/OSKAR-2.8.0/oskar/convert/
H A Ddefine_convert_lon_lat_to_relative_directions.h9 FP sin_lon, cos_lon, sin_lat, cos_lat;\
11 SINCOS(lon, sin_lon, cos_lon);\
13 l[i] = cos_lat * sin_lon;\
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/samples/
H A D00_geodb_coordinates.sql5 `sin_lon` double default NULL,
18 KEY `coord_slon_idx` (`sin_lon`),
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimLsrSpace.cpp132 double sin_lon = ossim::sind(origin.lon); in ossimLsrSpace() local
135 ossimColumnVector3d E (-sin_lon, in ossimLsrSpace()
139 -sin_lat*sin_lon, in ossimLsrSpace()
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dgps.cc70 const double sin_lon = sin(lon); in EllToXYZ() local
78 xyz[i](1) = (N + alt) * cos_lat * sin_lon; in EllToXYZ()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimIpodSensor.cpp114 double sin_lon = ossim::sind(m_adjustedPlatformPosition.lond()); in updateModel() local
118 ossimMatrix3x3::create(cos_lon,sin_lon,0, -sin_lon, cos_lon, 0, 0, 0, 1)); in updateModel()
H A DossimSkyBoxLearSensor.cpp116 double sin_lon = ossim::sind(m_adjustedPlatformPosition.lond()); in updateModel() local
120 ossimMatrix3x3::create(cos_lon,sin_lon,0, -sin_lon, cos_lon, 0, 0, 0, 1)); in updateModel()
/dports/astro/tclgeomap/tclgeomap-2.11.6/generic/
H A Dgeography.c767 double cos_lat, cos_lon, sin_lon, sin_lat; local
781 sin_lon = sin(lon);
783 x = cos_dist * cos_lon * cos_lat - sin_dir * sin_dist * sin_lon
785 y = sin_dir * cos_lon * sin_dist + cos_dist * cos_lat * sin_lon
786 - cos_dir * sin_dist * sin_lon * sin_lat;
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
H A Dsjoberg_intersection.hpp161 CT const sin_lon = sin(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-libs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
82 set<1>(result, N_cos_lat * sin_lon); in geo_to_cart3d()
85 set<0>(east, -sin_lon); in geo_to_cart3d()
90 set<1>(north, -sin_lat * sin_lon); in geo_to_cart3d()
/dports/astro/xearth/xearth-1.2/
H A Dxearth.h141 _s_ = vpi.sin_lon; \
206 double cos_lon, sin_lon; /* cos/sin of view_lon */ member

12