Searched defs:reps (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/smhasher/src/
H A DAvalancheTest.cpp5 void PrintAvalancheDiagram ( int x, int y, int reps, double scale, int * bins ) argument
18 double b = double(bin) / double(reps);
37 double maxBias ( std::vector<int> & counts, int reps )
43 double c = double(counts[i]) / double(reps);
H A DAvalancheTest.h23 double maxBias ( std::vector<int> & counts, int reps );
28 void calcBias ( pfHash hash, std::vector<int> & counts, int reps, Rand & r ) argument
39 for(int irep = 0; irep < reps; irep++)
41 if(irep % (reps/10) == 0) printf(".");
69 bool AvalancheTest ( pfHash hash, const int reps )
79 printf("Testing %3d-bit keys -> %3d-bit hashes, %8d reps",keybits,hashbits,reps);
85 calcBias<keytype,hashtype>(hash,bins,reps,r);
91 double b = maxBias(bins,reps);
111 void BicTest ( pfHash hash, const int keybit, const int reps, doubl argument
239 BicTest3( pfHash hash, const int reps, bool verbose = true ) argument
347 BicTest2( pfHash hash, const int reps, bool verbose = true ) argument
[all...]
H A DDifferentialTest.h22 bool ProcessDifferentials ( std::vector<keytype> & diffs, int reps, bool dumpCollisions ) argument
48 double pct = 100 * (double(count) / double(reps));
68 double pct = 100 * (double(count) / double(reps));
133 bool DiffTest ( pfHash hash, int diffbits, int reps, bool dumpCollisions ) argument
139 double testcount = (diffcount * double(reps));
150 printf("%d reps, %0.f total tests, expecting %2.2f random collisions",reps,testcount,expected);
152 for(int i = 0; i < reps; i++)
154 if(i % (reps/10) == 0) printf(".");
167 result &= ProcessDifferentials(diffs,reps,dumpCollision
[all...]
H A DKeysetTest.cpp83 const int reps = 10; local
96 for(int irep = 0; irep < reps; irep++)
98 if(irep % (reps/10) == 0) printf(".");
H A DBitvec.cpp633 int reps = 10000; local
635 for(int j = 0; j < reps; j++)
637 if(j % (reps/10) == 0) printf(".");
679 int reps = 10000; local
681 for(int j = 0; j < reps; j++)
683 if(j % (reps/10) == 0) printf(".");
712 int reps = 10000; local
714 for(int j = 0; j < reps; j++)
716 if(j % (reps/10) == 0) printf(".");
/external/eigen/bench/btl/generic_bench/timers/
H A DSTL_timer.hh35 reps = r;
38 iterations.reserve(reps);
57 return (iterations.size() < reps);
63 return 1.0/iterations[reps/2];
66 unsigned int reps; // Number of trials member in class:STL_Timer
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dbit_cost.h56 int reps = 1; local
58 ++reps;
60 i += reps;
64 if (reps < 3) {
65 histogram[0] += reps;
67 reps -= 2;
68 while (reps > 0) {
70 reps >>= 3;
77 --reps;
80 if (reps <
[all...]
H A Dentropy_encode.cc392 int reps = 1; local
396 ++reps;
398 if (reps >= 3 && value == 0) {
399 total_reps_zero += reps;
402 if (reps >= 4 && value != 0) {
403 total_reps_non_zero += reps;
406 i += reps;
429 int reps = 1; local
436 ++reps;
441 WriteHuffmanTreeRepetitionsZeros(reps, tre
[all...]
H A Dencode.cc509 int reps = 0; local
511 ++reps;
513 max_reps = std::max(reps, max_reps);
523 int reps = 1; local
525 ++reps;
527 i += reps;
528 while (reps) {
529 if (reps < (2 << *max_run_length_prefix)) {
530 int run_length_prefix = Log2Floor(reps);
532 extra_bits->push_back(reps
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.h62 UInt32 reps[4]; member in struct:__anon13433
H A DLzmaEnc.c253 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon13440
289 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon13441
361 memcpy(dest->reps, p->reps, sizeof(p->reps));
387 memcpy(dest->reps, p->reps, sizeof(p->reps));
933 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; local
970 reps[
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.h63 UInt32 reps[4]; member in struct:__anon14764
H A DLzmaEnc.c254 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon14771
290 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon14772
362 memcpy(dest->reps, p->reps, sizeof(p->reps));
388 memcpy(dest->reps, p->reps, sizeof(p->reps));
934 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; local
971 reps[
[all...]
/external/lzma/C/
H A DLzmaDec.h62 UInt32 reps[4]; member in struct:__anon26706
H A DLzmaEnc.c253 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon26713
289 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon26714
361 memcpy(dest->reps, p->reps, sizeof(p->reps));
387 memcpy(dest->reps, p->reps, sizeof(p->reps));
933 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; local
970 reps[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c59 unsigned int reps; member in struct:Config
75 config->reps = DEFAULT_REPS;
139 if (sscanf(argv[++i], "%u", &config->reps) != 1)
159 "\t-r <reps>\tRepetitions\n\n"
191 unsigned int reps; local
261 for (reps = 0; reps < config.reps; ++reps)
287 printf("Reps: %u\n", config.reps);
[all...]
/external/chromium_org/v8/src/compiler/
H A Dmachine-type.h108 Signature(size_t return_count, size_t parameter_count, T* reps) argument
111 reps_(reps) {}
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c59 unsigned int reps; member in struct:Config
75 config->reps = DEFAULT_REPS;
139 if (sscanf(argv[++i], "%u", &config->reps) != 1)
159 "\t-r <reps>\tRepetitions\n\n"
191 unsigned int reps; local
261 for (reps = 0; reps < config.reps; ++reps)
287 printf("Reps: %u\n", config.reps);
[all...]
/external/chromium_org/ui/gfx/image/
H A Dimage_skia.cc333 std::vector<gfx::ImageSkiaRep>& reps = storage_->image_reps(); local
334 for (std::vector<gfx::ImageSkiaRep>::iterator iter = reps.begin();
335 iter != reps.end(); ++iter) {
440 // Create list of image reps to return, skipping null image reps which were
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.c451 int reps = 1 + (1 << code) + (int)BrotliReadBits(br, code); local
452 while (--reps) {
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs535 UInt32[] reps = new UInt32[Base.kNumRepDistances]; field in class:SevenZip.Compression.LZMA.Encoder
575 reps[i] = _repDistances[i];
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
635 _optimum[0].Backs0 = reps[0];
636 _optimum[0].Backs1 = reps[1];
637 _optimum[0].Backs2 = reps[2];
638 _optimum[0].Backs3 = reps[3];
760 reps[0] = opt.Backs0;
761 reps[1] = opt.Backs1;
762 reps[
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java535 int[] reps = new int[Base.kNumRepDistances]; field in class:Encoder
575 reps[i] = _repDistances[i];
576 repLens[i] = _matchFinder.GetMatchLen(0 - 1, reps[i], Base.kMatchMaxLen);
635 _optimum[0].Backs0 = reps[0];
636 _optimum[0].Backs1 = reps[1];
637 _optimum[0].Backs2 = reps[2];
638 _optimum[0].Backs3 = reps[3];
760 reps[0] = opt.Backs0;
761 reps[1] = opt.Backs1;
762 reps[
[all...]
/external/opencv/cv/include/
H A Dcvcompat.h433 void *param, float reps, float aeps, float* line )
438 cvFitLine( &mat, dist, _param, reps, aeps, line );
443 void *param, float reps, float aeps, float* line )
448 cvFitLine( &mat, dist, _param, reps, aeps, line );
432 cvFitLine3D( CvPoint3D32f* points, int count, int dist, void *param, float reps, float aeps, float* line ) argument
442 cvFitLine2D( CvPoint2D32f* points, int count, int dist, void *param, float reps, float aeps, float* line ) argument
/external/elfutils/0.153/src/
H A Dreadelf.c7770 int reps = -1; local
7773 ++reps;
7779 if (reps == 1)
7785 else if (reps > 1)
7787 ITEM_INDENT, "", reps);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 793 milliseconds

12