Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c176 double long_scale = long_range.max - long_range.min; in geohashDecode() local
189 long_range.min + (ilono * 1.0 / (1ull << step)) * long_scale; in geohashDecode()
191 long_range.min + ((ilono + 1) * 1.0 / (1ull << step)) * long_scale; in geohashDecode()