Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c804 double score1, score2, xyxy[4]; in geodistCommand() local
813 if (!decodeGeohash(score1,xyxy) || !decodeGeohash(score2,xyxy+2)) in geodistCommand()
817 geohashGetDistance(xyxy[0],xyxy[1],xyxy[2],xyxy[3]) / to_meter); in geodistCommand()