Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.h66 int geohashGetDistanceIfInRadiusWGS84(double x1, double y1, double x2,
H A Dgeohash_helper.c231 int geohashGetDistanceIfInRadiusWGS84(double x1, double y1, double x2, in geohashGetDistanceIfInRadiusWGS84() function
H A Dgeo.c197 if (!geohashGetDistanceIfInRadiusWGS84(lon,lat, xy[0], xy[1], in geoAppendIfWithinRadius()