HomeSort by relevance Sort by last modified time
    Searched full:population (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-re-opening.html 3 <title>Profiler: test profiles population on DevTools re-opening</title>
  /external/chromium_org/chrome/app/
client_util.cc 67 // being in an experiment population and experimental group thereof.
68 void GetPreReadPopulationAndGroup(double* population, double* group) {
82 // the experiment population and the second 8 bytes as a die-toss for being
93 *population = base::BitsToOpenEndedUnitInterval(random_bits[0]);
111 double population = 0.0; local
113 GetPreReadPopulationAndGroup(&population, &group);
122 // those not in the experiment population also use the default pre-read level.
125 if (PreReadExperimentIsActive() && (population <= threshold)) {
126 // We divide the experiment population into groups pre-reading at 5 percent
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 154 static double HuffmanCost(const int* const population, int length) {
164 if (population[i] == population[i + 1]) {
168 // population[i] points now to the symbol in the streak of same values.
170 if (population[i] == 0) {
176 if (population[i] == 0) {
191 static double PopulationCost(const int* const population, int length) {
192 return BitsEntropy(population, length) + HuffmanCost(population, length);
195 static double ExtraCost(const int* const population, int length)
    [all...]
  /external/webp/src/enc/
histogram.c 154 static double HuffmanCost(const int* const population, int length) {
164 if (population[i] == population[i + 1]) {
168 // population[i] points now to the symbol in the streak of same values.
170 if (population[i] == 0) {
176 if (population[i] == 0) {
191 static double PopulationCost(const int* const population, int length) {
192 return BitsEntropy(population, length) + HuffmanCost(population, length);
195 static double ExtraCost(const int* const population, int length)
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman_encode.c 29 // Change the population counts in a way that the consequent
44 // 2) Let's mark all population counts that already can be encoded
74 // 3) Let's replace those population counts that lead to more rle codes.
161 // (data,length): population counts.
174 // especially when population counts are longer than 2**tree_limit, but
198 // population and all the inserted nodes combining two existing nodes.
  /external/webp/src/utils/
huffman_encode.c 29 // Change the population counts in a way that the consequent
44 // 2) Let's mark all population counts that already can be encoded
74 // 3) Let's replace those population counts that lead to more rle codes.
161 // (data,length): population counts.
174 // especially when population counts are longer than 2**tree_limit, but
198 // population and all the inserted nodes combining two existing nodes.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 41 unsigned char *popcount; /* Population count. */
55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 41 unsigned char *popcount; /* Population count. */
55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 41 unsigned char *popcount; /* Population count. */
55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 41 unsigned char *popcount; /* Population count. */
55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 267 "enough bits to choose from a population range this large")
290 def sample(self, population, k):
291 """Chooses k unique random elements from a population sequence.
293 Returns a new list containing elements from the population while
294 leaving the original population unchanged. The resulting list is
299 Members of the population need not be hashable or unique. If the
300 population contains repeats, then each occurrence is a possible
305 large population: sample(xrange(10000000), 60)
312 # population, then tracking selections is efficient, requiring
318 n = len(population)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 267 "enough bits to choose from a population range this large")
290 def sample(self, population, k):
291 """Chooses k unique random elements from a population sequence.
293 Returns a new list containing elements from the population while
294 leaving the original population unchanged. The resulting list is
299 Members of the population need not be hashable or unique. If the
300 population contains repeats, then each occurrence is a possible
305 large population: sample(xrange(10000000), 60)
312 # population, then tracking selections is efficient, requiring
318 n = len(population)
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 199 /// \brief Flags indicating the kind of support for population count.
202 /// significantly boost the performance when the population is dense, and it
203 /// may or may not degrade performance if the population is sparse. A HW
205 /// with, SW implementation when the population is sparse; otherwise, it is
262 /// getPopcntSupport - Return hardware support for population count.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.cc 51 // the population. So we ensure to instantiate the histogram
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 73 // Disable address population until we implement a way to parse the
auxiliary_profile_unittest_android.cc 104 // Disable address population tests until we implement a way to parse the
  /external/oprofile/libpp/
callgraph_container.h 59 * After population, build the final output, and do
  /external/chromium_org/v8/include/
v8-profiler.h 425 * Starts tracking of heap objects population statistics. After calling
438 * population size. The method also updates aggregated statistics and
450 * Stops tracking of heap objects population statistics, cleans up all
484 * heap objects population statistics.
490 * Stops recording JS allocations and tracking of heap objects population
491 * statistics, cleans all collected heap objects population statistics data.
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 192 def zscore (self, population):
194 Population is the Stats for population.
200 return (self.mean () - population.mean ()) / population.stddev ()
  /external/compiler-rt/
README.txt 55 si_int __popcountsi2(si_int a); // bit population
56 si_int __popcountdi2(di_int a); // bit population
57 si_int __popcountti2(ti_int a); // bit population
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 89 /// This class is to recoginize idioms of population-count conducted in
121 /// whose population bits are being counted.
317 // Counting population are usually conducted by few arithmetic instrutions.
442 // step 4: Find the instruction which count the population: cnt2 = cnt1 + 1
550 // Step 3: Note that the population count is exactly the trip count of the
554 // - If the loop only counts population, the entire loop become dead after
594 // Step 4: All the references to the original population counter outside
627 /// recognize - detect population count idiom in a non-countable loop. If
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.cc 33 // Utility method to keep dictionary population code streamlined.
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 107 // the population of a country the city belongs to.).
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequest.h 77 // Requests made during index population are implementation details and so
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.h 69 // fallback fonts for each. This lazy population is done by the Font.

Completed in 554 milliseconds

1 2 3 4