Home
last modified time | relevance | path

Searched refs:lon2d (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c211 double geohashGetDistance(double lon1d, double lat1d, double lon2d, double lat2d) { in geohashGetDistance() argument
216 lon2r = deg_rad(lon2d); in geohashGetDistance()
H A Dgeohash_helper.h62 double lon2d, double lat2d);
/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl5 proc geo_distance {lon1d lat1d lon2d lat2d} {
8 set lon2r [geo_degrad $lon2d]