Searched refs:RANGEISZERO (Results 1 – 2 of 2) sorted by relevance
44 #define RANGEISZERO(r) (!(r).max && !(r).min) macro45 #define RANGEPISZERO(r) (r == NULL || RANGEISZERO(*r))
166 if (HASHISZERO(hash) || NULL == area || RANGEISZERO(lat_range) || in geohashDecode()167 RANGEISZERO(long_range)) { in geohashDecode()