Home
last modified time | relevance | path

Searched refs:_rolls (Results 1 – 3 of 3) sorted by relevance

/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/feeds/
H A Drollover.py115 self._rolls = args
119 for d in self._rolls:
124 self._ds = list(self._rolls)
131 for d in self._rolls:
137 if self._rolls:
138 return self._rolls[0]._gettz()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Daffine_feature.cpp157 const std::vector<float>& _rolls, in skewedDetectAndCompute() argument
166 rolls(_rolls), in skewedDetectAndCompute()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dability.cc115 generic_cost(int num, int _add, int _rolls = 1) in generic_cost()
116 : base(num), add(_add), rolls(_rolls) in generic_cost()
123 static generic_cost range(int low, int high, int _rolls = 1) in range()
125 return generic_cost(low, high - low + 1, _rolls); in range()