Searched refs:kRepeats (Results 1 – 3 of 3) sorted by relevance
9 var kRepeats = 100;35 for (var i = 0; i < kRepeats; i++) {49 var chi_squared = ChiSquared(m, kRepeats);51 var percent = Math.floor(m * 100.0 / kRepeats);
74 const int kRepeats = 1000; in RandomBitCorrelation() local77 const int kRepeats = 10000; in RandomBitCorrelation() local95 for (int i = 0; i < kRepeats; i++) { in RandomBitCorrelation()113 double chi_squared = ChiSquared(m, kRepeats); in RandomBitCorrelation()115 int percent = static_cast<int>(m * 100.0 / kRepeats); in RandomBitCorrelation()
657 static const int kRepeats = 3; in TEST_F() local664 for (int i = 0; i < kRepeats; i++) { in TEST_F()673 for (int i = 0; i < kRepeats; i++) { in TEST_F()