Searched refs:ilono (Results 1 – 1 of 1) sorted by relevance
179 uint32_t ilono = hash_sep >> 32; /* shift over to get long part of hash */ in geohashDecode() local189 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()