Searched defs:population (Results 1 – 4 of 4) sorted by relevance
68 void GetPreReadPopulationAndGroup(double* population, double* group) { in GetPreReadPopulationAndGroup()111 double population = 0.0; in InitPreReadPercentage() local
154 static double HuffmanCost(const int* const population, int length) { in HuffmanCost()191 static double PopulationCost(const int* const population, int length) { in PopulationCost()195 static double ExtraCost(const int* const population, int length) { in ExtraCost()
192 def zscore (self, population): argument