Home | History | Annotate | Download | only in util

Lines Matching refs:gdp

150         private double gdp = Double.NaN;
155 return gdp;
178 public PopulationData setGdp(double gdp) {
183 this.gdp = gdp;
211 population = literatePopulation = gdp = Double.NaN;
216 gdp = other.gdp;
229 gdp += other.gdp;
235 "[pop: {0,number,#,##0},\t lit: {1,number,#,##0.00},\t gdp: {2,number,#,##0},\t status: {3}]",
236 new Object[] { population, literatePopulation, gdp, officialStatus });
1740 // <territory type="AD" gdp="1840000000" literacyPercent="100"
1753 double territoryGdp = parseDouble(territoryAttributes.get("gdp"));
2805 * and dividing up the GDP of the territory (in PPP) according to the
2832 final double gdp = territoryPopulationData.getGdp();
2833 final double scaledGdp = gdp * targetLiteratePopulation / totalLiteratePopulation;