Searched refs:num_steps (Results 1 – 3 of 3) sorted by relevance
289 self.num_steps = 5298 if self.num_steps > 0:300 self.num_steps = self.num_steps - 1
236 const int num_steps = static_cast<int>( in SimulateRobot() local241 for (int i = 0; i < num_steps; ++i) { in SimulateRobot()
612 … Scalar& high, DenseIndex num_steps) : impl((num_steps==1 ? high : low), (num_steps==1 ? Scalar() …