 |
Blender V4.3
|
Go to the documentation of this file.
28#define BLI_FOREACH_SPARSE_RANGE(src, dst, i) \
29 for (int _src = (src), \
32 _error = _dst2 - _src, \
35 ((void)(_delta = divide_floor_i(_error, _dst2)), (void)(i -= _delta), (i < _src)); \
36 _error -= (_delta * _dst2) + _src2)