Searched defs:step (Results 1 – 5 of 5) sorted by relevance
18 public step: number = 0 property in DistributedDataModel
67 int step = x1.size() * 4; in operator ()() local
82 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1)); in testVectorType() local
45 Vector2 step(2*widget->xradius/img_width, 2*yradius/img_height); in render() local
400 inline void RealQZ<MatrixType>::step(Index f, Index l, Index iter) in step() function