Home
last modified time | relevance | path

Searched refs:decrease (Results 101 – 125 of 11816) sorted by relevance

12345678910>>...473

/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/detail/
H A Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/intrusive/detail/
H A Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/intrusive/detail/
H A Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/intrusive/detail/
H A Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/intrusive/detail/
H A Dsize_holder.hpp51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease() function
81 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType) in decrease() function
/dports/games/apoolGL/apoolGL-099-pre22/
H A Dkonst.dat3 0.2 gamma decrease of Spin when ball hits a side
7 0.9 banderef decrease of speed when hitting a side
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A DAvl.h336 int decrease = 0; in Delete() local
345 decrease = result * change; // set balance factor decrement in Delete()
393 root->m_Data = *Delete( key, root->m_tree[RIGHT], decrease, CMP_LT ); in Delete()
397 root->m_bal -= decrease; in Delete()
408 if( decrease ) in Delete()
/dports/x11/urxvt-font-size/urxvt-font-size-1.3/
H A DREADME.markdown34 Ctrl+- to 'decrease', and Ctrl+0 to 'reset'. To use the other available functions
40 URxvt.keysym.C-Down: font-size:decrease
56 URxvt.keysym.C-Down: perl:font-size:decrease
65 - `increase`/`decrease`: Increase or decrease the font size of the current
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DPriorityQueue.h212 void decrease(handle pos, const T &value) { in decrease() function
213 m_impl->decrease(pos, value); in decrease()
366 void decrease(Handle pos, const P &priority) { in decrease() function
369 SuperQueue::decrease(pos, pair); in decrease()
426 void decrease(const E &element, const P &priority) { in decrease() function
428 SuperQueue::decrease(pos, priority); in decrease()
/dports/devel/R-cran-randomForest/randomForest/man/
H A Dimportance.Rd16 (1=mean decrease in accuracy, 2=mean decrease in node impurity).}
39 The second measure is the total decrease in node impurities from
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dlindna.itable109 <td>Height of text. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respectivel…
117 <td>Length of text. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respectivel…
125 …names of the groups are displayed. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the s…
133 <td>Height of ticks. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respective…
141 <td>Height of blocks. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respectiv…
149 <td>Height of range ends. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respe…
157 <td>Space between groups. Enter a number &lt;1.0 or &gt;1.0 to decrease or increase the size, respe…
165 <td>Space between text and ticks, blocks, and ranges. Enter a number &lt;1.0 or &gt;1.0 to decrease
/dports/net-im/chatterino2/chatterino2-2.3.4/src/util/
H A DDebugCount.hpp45 static void decrease(const QString &name) in decrease() function in chatterino::DebugCount
59 static void decrease(const QString &name, const int64_t &amount) in decrease() function in chatterino::DebugCount
/dports/x11-clocks/dclock/dclock/
H A DREADME61 \ -- decrease angle of digits
63 - -- decrease thickness of digit segments
65 < -- decrease spacing between digits
69 digits with the first and second buttons (to increase and decrease the
/dports/devel/boost-docs/boost_1_72_0/boost/heap/detail/
H A Dmutable_heap.hpp390 decrease(handle, v); in update()
444 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
448 decrease(handle); in decrease()
458 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
462 q_.decrease(index); in decrease()
/dports/devel/hyperscan/boost_1_75_0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-memory-governor.c83 size_t decrease; in sgen_memgov_calculate_minor_collection_allowance() local
106decrease = (major_pre_sweep_heap_size - major_start_heap_size) * ((float)new_heap_size / major_pre… in sgen_memgov_calculate_minor_collection_allowance()
107 if (decrease > allowance) in sgen_memgov_calculate_minor_collection_allowance()
108 decrease = allowance; in sgen_memgov_calculate_minor_collection_allowance()
109 allowance -= decrease; in sgen_memgov_calculate_minor_collection_allowance()
/dports/devel/R-cran-BH/BH/inst/include/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in operator ()()
436 void decrease(handle_type handle, const_reference v) in operator ()()
440 decrease(handle); in operator ()()
450 void decrease(handle_type handle) in operator ()()
454 q_.decrease(index); in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/databases/percona57-server/boost_1_59_0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/databases/percona57-client/boost_1_59_0/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/heap/detail/
H A Dmutable_heap.hpp382 decrease(handle, v); in update()
436 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
440 decrease(handle); in decrease()
450 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
454 q_.decrease(index); in decrease()
/dports/devel/boost-libs/boost_1_72_0/boost/heap/detail/
H A Dmutable_heap.hpp390 decrease(handle, v); in update()
444 void decrease(handle_type handle, const_reference v) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
448 decrease(handle); in decrease()
458 void decrease(handle_type handle) in decrease() function in boost::heap::detail::priority_queue_mutable_wrapper
462 q_.decrease(index); in decrease()

12345678910>>...473