Searched refs:step_type (Results 1 – 4 of 4) sorted by relevance
95 bool CheckUpdate(VarianceArray::StepType step_type) { in CheckUpdate() argument97 config_.var_type = step_type; in CheckUpdate()133 for (auto step_type : step_types) { in TEST_F() local135 EXPECT_FALSE(CheckUpdate(step_type)); in TEST_F()140 for (auto step_type : step_types) { in TEST_F() local141 EXPECT_FALSE(CheckUpdate(step_type)); in TEST_F()143 for (auto step_type : step_types) { in TEST_F() local146 EXPECT_TRUE(CheckUpdate(step_type)); in TEST_F()
85 for (auto step_type : step_types) { in TEST() local86 VarianceArray variance_array(kFreqs, step_type, kWindowSize, kDecay); in TEST()
695 const analysis::Integer* step_type = in FindNumberOfIterations() local698 if (step_type->IsSigned()) { in FindNumberOfIterations()