Home
last modified time | relevance | path

Searched refs:_growth_factor (Results 1 – 11 of 11) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/devel/hyperscan/boost_1_75_0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/devel/boost-libs/boost_1_72_0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
453 static_cast<float>(size) * _growth_factor() in reserve()
782 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/engine/
H A Dcursor.py1031 self._growth_factor = growth_factor
1034 self._bufsize = min(self._max_row_buffer, self._growth_factor)
1060 if self._growth_factor and size < self._max_row_buffer:
1062 self._max_row_buffer, size * self._growth_factor
1066 self._growth_factor = 0
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/container/
H A Dvector.hpp400 static_cast<float>(size) * _growth_factor() in resize()
738 BOOST_CONSTEXPR float _growth_factor() const { return 1.5; } in _growth_factor() function in boost::compute::vector
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/sql/
H A Dtest_resultset.py2704 eq_(result.cursor_strategy._growth_factor, 0)
2797 eq_(result.cursor_strategy._growth_factor, 0)