Searched refs:TZ_HALF_OF_SIZE (Results 1 – 2 of 2) sorted by relevance
1089 double calculateX = y * width / (TZ_X_PLUS * 1.0) + width / (TZ_HALF_OF_SIZE * 1.0); in GetTimezoneIdByLocation()1090 double calculateY = x * ((height * fileCount) / (TZ_X_PLUS * TZ_HALF_OF_SIZE * 1.0)) + in GetTimezoneIdByLocation()1091 (height * fileCount) / (TZ_HALF_OF_SIZE * 1.0); in GetTimezoneIdByLocation()1132 if (y < -1.0 * TZ_X_PLUS/TZ_HALF_OF_SIZE) { in CheckLatitudeAndLongitude()1135 if (y >= TZ_X_PLUS * 1.0/TZ_HALF_OF_SIZE - NUM_PRECISION) { in CheckLatitudeAndLongitude()1307 return total == TZ_X_PLUS * TZ_HALF_OF_SIZE; in ValidateDataIntegrity()
76 static const uint32_t TZ_HALF_OF_SIZE = 2; variable