Home
last modified time | relevance | path

Searched refs:deg_rad (Results 1 – 8 of 8) sorted by relevance

/dports/databases/redis6/redis-6.0.16/src/
H A Dgeohash_helper.c57 static inline double deg_rad(double ang) { return ang * D_R; } in deg_rad() function
107 bounds[0] = longitude - rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
108 bounds[2] = longitude + rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
213 lat1r = deg_rad(lat1d); in geohashGetDistance()
214 lon1r = deg_rad(lon1d); in geohashGetDistance()
215 lat2r = deg_rad(lat2d); in geohashGetDistance()
216 lon2r = deg_rad(lon2d); in geohashGetDistance()
/dports/databases/redis5/redis-5.0.14/src/
H A Dgeohash_helper.c57 static inline double deg_rad(double ang) { return ang * D_R; } in deg_rad() function
107 bounds[0] = longitude - rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
108 bounds[2] = longitude + rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
213 lat1r = deg_rad(lat1d); in geohashGetDistance()
214 lon1r = deg_rad(lon1d); in geohashGetDistance()
215 lat2r = deg_rad(lat2d); in geohashGetDistance()
216 lon2r = deg_rad(lon2d); in geohashGetDistance()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/geo/
H A Dgeohash_helper.c55 static inline double deg_rad(double ang) { return ang * D_R; } in deg_rad() function
105 bounds[0] = longitude - rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
106 bounds[2] = longitude + rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
211 lat1r = deg_rad(lat1d); in geohashGetDistance()
212 lon1r = deg_rad(lon1d); in geohashGetDistance()
213 lat2r = deg_rad(lat2d); in geohashGetDistance()
214 lon2r = deg_rad(lon2d); in geohashGetDistance()
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/geo/
H A Dgeohash_helper.c55 static inline double deg_rad(double ang) { return ang * D_R; } in deg_rad() function
105 bounds[0] = longitude - rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
106 bounds[2] = longitude + rad_deg(radius_meters/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude))); in geohashBoundingBox()
211 lat1r = deg_rad(lat1d); in geohashGetDistance()
212 lon1r = deg_rad(lon1d); in geohashGetDistance()
213 lat2r = deg_rad(lat2d); in geohashGetDistance()
214 lon2r = deg_rad(lon2d); in geohashGetDistance()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dgeohash_helper.c57 static inline double deg_rad(double ang) { return ang * D_R; } in deg_rad() function
106 …const double long_delta_top = rad_deg(width/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude+lat_delta)… in geohashBoundingBox()
107 …const double long_delta_bottom = rad_deg(width/EARTH_RADIUS_IN_METERS/cos(deg_rad(latitude-lat_del… in geohashBoundingBox()
222 lat1r = deg_rad(lat1d); in geohashGetDistance()
223 lon1r = deg_rad(lon1d); in geohashGetDistance()
224 lat2r = deg_rad(lat2d); in geohashGetDistance()
225 lon2r = deg_rad(lon2d); in geohashGetDistance()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass-closed-issues/issue_666/
H A Dangle.hrx11 deg_rad: 11deg + 42rad;
31 deg_rad: 2417.4227395495deg;
/dports/graphics/p5-Geo-EOP/Geo-EOP-0.50/lib/Geo/
H A DEOP.pm76 , deg_rad => sub { deg2rad $_[0] }
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.cxx3246 static const auto deg_rad = (float)(vnl_math::deg_per_rad); in entropy_g() local
3252 float ang = deg_rad*std::atan2(Iy, Ix) + 180.0f; in entropy_g()
3381 static const auto deg_rad = (float)(vnl_math::deg_per_rad); in minfo_g() local
3388 float ang0 = deg_rad*std::atan2(Iy0, Ix0) + 180.0f; in minfo_g()
3389 float ang1 = deg_rad*std::atan2(Iy1, Ix1) + 180.0f; in minfo_g()