Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c179 uint32_t ilono = hash_sep >> 32; /* shift over to get long part of hash */ 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()