Home
last modified time | relevance | path

Searched refs:radius (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c118 GeoHashRadius radius; in geohashGetAreasByRadius() local
193 radius.hash = hash; in geohashGetAreasByRadius()
194 radius.neighbors = neighbors; in geohashGetAreasByRadius()
195 radius.area = area; in geohashGetAreasByRadius()
196 return radius; in geohashGetAreasByRadius()
224 double x2, double y2, double radius, in geohashGetDistanceIfInRadius() argument
227 if (*distance > radius) return 0; in geohashGetDistanceIfInRadius()
232 double y2, double radius, in geohashGetDistanceIfInRadiusWGS84() argument
234 return geohashGetDistanceIfInRadius(x1, y1, x2, y2, radius, distance); in geohashGetDistanceIfInRadiusWGS84()
H A Dgeohash_helper.h64 double x2, double y2, double radius,
67 double y2, double radius,
H A Dgeo.c191 int geoAppendIfWithinRadius(geoArray *ga, double lon, double lat, double radius, double score, sds … in geoAppendIfWithinRadius() argument
198 radius, &distance)) in geoAppendIfWithinRadius()
225 int geoGetPointsInRange(robj *zobj, double min, double max, double lon, double lat, double radius, … in geoGetPointsInRange() argument
257 if (geoAppendIfWithinRadius(ga,lon,lat,radius,score,member) in geoGetPointsInRange()
278 if (geoAppendIfWithinRadius(ga,lon,lat,radius,ln->score,ele) in geoGetPointsInRange()
318 …rsOfGeoHashBox(robj *zobj, GeoHashBits hash, geoArray *ga, double lon, double lat, double radius) { in membersOfGeoHashBox() argument
322 return geoGetPointsInRange(zobj, min, max, lon, lat, radius, ga); in membersOfGeoHashBox()
326 int membersOfAllNeighbors(robj *zobj, GeoHashRadius n, double lon, double lat, double radius, geoAr… in membersOfAllNeighbors() argument
377 count += membersOfGeoHashBox(zobj, neighbors[i], ga, lon, lat, radius); in membersOfAllNeighbors()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.css79 -moz-border-radius: 3px;
81 border-radius: 3px;
246 -moz-border-radius: 5px;
248 border-radius: 5px;
259 -moz-border-radius: 2px;
261 border-radius: 2px;
313 -moz-border-radius: 2px;
315 border-radius: 2px;
414 -moz-border-radius: 3px;
416 border-radius: 3px;
[all …]
/f-stack/tools/libxo/xohtml/
H A Dxohtml.css64 border-radius: 3px;
152 border-top-left-radius: 4px;
176 border-radius: 4px;
177 -moz-border-radius: 4px;
178 -webkit-border-radius: 4px;
183 border-radius: 4px;
184 -moz-border-radius: 4px;
185 -webkit-border-radius: 4px;
233 border-radius: 2px;
573 border-radius: 5px;
[all …]
/f-stack/app/redis-5.0.5/deps/lua/doc/
H A Dlua.css75 border-radius: 2em ;
76 -moz-border-radius: 2em ;