Home
last modified time | relevance | path

Searched refs:round_pow2 (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/boost/json/impl/
H A Dmonotonic_resource.ipp38 round_pow2(
80 , next_size_(round_pow2(initial_size))
132 next_size_ = round_pow2(n);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/impl/
H A Dmonotonic_resource.ipp38 round_pow2(
80 , next_size_(round_pow2(initial_size))
132 next_size_ = round_pow2(n);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Environment/
H A Denvironment.hpp37 round_pow2 (int i) { in round_pow2() function
H A Dbasic_environment.hpp86 rep (tm_new<basic_environment_rep> (round_pow2 (env->n))) { in basic_environment()
/dports/devel/hyperscan/boost_1_75_0/boost/json/
H A Dmonotonic_resource.hpp105 inline static std::size_t round_pow2(
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/
H A Dmonotonic_resource.hpp105 inline static std::size_t round_pow2(
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dgwmem-check.c208 static unsigned long round_pow2(unsigned long num) in round_pow2() function
594 new_size = round_pow2(size + 2 * MARKER_SIZE); in gw_check_realloc()