Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c175 double lat_scale = lat_range.max - lat_range.min; in geohashDecode() local
185 lat_range.min + (ilato * 1.0 / (1ull << step)) * lat_scale; in geohashDecode()
187 lat_range.min + ((ilato + 1) * 1.0 / (1ull << step)) * lat_scale; in geohashDecode()