Home
last modified time | relevance | path

Searched refs:lat2d (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
215 lat2r = deg_rad(lat2d); 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} { argument
9 set lat2r [geo_degrad $lat2d]