Home
last modified time | relevance | path

Searched refs:rhs_size (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_layout/
H A DOrderByHeightProvider.cpp40 QSizeF rhs_size; in precedes() local
43 rhs_size = rhs_params->contentSizeMM(); in precedes()
44 rhs_size += QSizeF(margins.left() + margins.right(), margins.top() + margins.bottom()); in precedes()
48 const bool rhs_valid = !rhs_incomplete && rhs_size.isValid(); in precedes()
55 return lhs_size.height() < rhs_size.height(); in precedes()
H A DOrderByWidthProvider.cpp40 QSizeF rhs_size; in precedes() local
43 rhs_size = rhs_params->contentSizeMM(); in precedes()
44 rhs_size += QSizeF(margins.left() + margins.right(), margins.top() + margins.bottom()); in precedes()
48 const bool rhs_valid = !rhs_incomplete && rhs_size.isValid(); in precedes()
55 return lhs_size.width() < rhs_size.width(); in precedes()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/select_content/
H A DOrderByHeightProvider.cpp37 QSizeF rhs_size; in precedes() local
39 rhs_size = rhs_params->contentSizeMM(); in precedes()
43 const bool rhs_valid = !rhs_incomplete && rhs_size.isValid(); in precedes()
50 return lhs_size.height() < rhs_size.height(); in precedes()
H A DOrderByWidthProvider.cpp37 QSizeF rhs_size; in precedes() local
39 rhs_size = rhs_params->contentSizeMM(); in precedes()
43 const bool rhs_valid = !rhs_incomplete && rhs_size.isValid(); in precedes()
50 return lhs_size.width() < rhs_size.width(); in precedes()
/dports/devel/liblas/libLAS-1.8.1/test/unit/tut/
H A Dtut_assert.hpp176 …typename std::iterator_traits<RhsIterator>::difference_type rhs_size = std::distance(rhs_begin, rh… in ensure_equals() local
178 if(lhs_size < rhs_size) in ensure_equals()
180 ensure_equals(msg + ": range is too short", lhs_size, rhs_size); in ensure_equals()
183 if(lhs_size > rhs_size) in ensure_equals()
185 ensure_equals(msg + ": range is too long", lhs_size, rhs_size); in ensure_equals()
188 assert(lhs_size == rhs_size); in ensure_equals()
/dports/graphics/geos/geos-3.9.1/tests/unit/tut/
H A Dtut_assert.hpp171 …typename std::iterator_traits<RhsIterator>::difference_type rhs_size = std::distance(rhs_begin, rh… in ensure_equals() local
173 if(lhs_size < rhs_size) in ensure_equals()
175 ensure_equals(msg + ": range is too short", lhs_size, rhs_size); in ensure_equals()
178 if(lhs_size > rhs_size) in ensure_equals()
180 ensure_equals(msg + ": range is too long", lhs_size, rhs_size); in ensure_equals()
183 assert(lhs_size == rhs_size); in ensure_equals()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Dstrings.c130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
151 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Dstrings.c130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
151 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Dstrings.c130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
151 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Dstrings.c130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
151 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Dstrings.c130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
151 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/values/
H A Dblob.hpp56 size_t rhs_size = rhs.size() / sizeof(cass_byte_t); in compare() local
59 if (size() < rhs_size) return -1; in compare()
60 if (size() > rhs_size) return 1; in compare()
61 return std::memcmp(data(), rhs_data, rhs_size); in compare()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Djam_strings.cpp118 size_t rhs_size = strlen( rhs ); in string_append() local
119 size_t new_size = self->size + rhs_size; in string_append()
124 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
133 size_t rhs_size = finish - start; in string_append_range() local
134 size_t new_size = self->size + rhs_size; in string_append_range()
140 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost_build/build-29baa79/src/engine/
H A Djam_strings.cpp118 int32_t rhs_size = int32_t(strlen( rhs )); in string_append() local
119 int32_t new_size = self->size + rhs_size; in string_append()
124 memcpy( self->value + self->size, rhs, size_t(rhs_size) + 1 ); in string_append()
133 int32_t rhs_size = int32_t(finish - start); in string_append_range() local
134 int32_t new_size = self->size + rhs_size; in string_append_range()
140 memcpy( self->value + self->size, start, size_t(rhs_size) ); in string_append_range()
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Djam_strings.cpp118 size_t rhs_size = strlen( rhs ); in string_append() local
119 size_t new_size = self->size + rhs_size; in string_append()
124 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
133 size_t rhs_size = finish - start; in string_append_range() local
134 size_t new_size = self->size + rhs_size; in string_append_range()
140 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dstrings.cpp130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
152 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dstrings.cpp130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
152 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dstrings.cpp130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
152 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dstrings.cpp130 size_t rhs_size = strlen( rhs ); in string_append() local
131 size_t new_size = self->size + rhs_size; in string_append()
136 memcpy( self->value + self->size, rhs, rhs_size + 1 ); in string_append()
145 size_t rhs_size = finish - start; in string_append_range() local
146 size_t new_size = self->size + rhs_size; in string_append_range()
152 memcpy( self->value + self->size, start, rhs_size ); in string_append_range()
/dports/devel/boost-docs/boost_1_72_0/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()
/dports/devel/boost-python-libs/boost_1_72_0/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()
/dports/devel/R-cran-BH/BH/inst/include/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/random/detail/
H A Dpolynomial.hpp111 const digit_t * rhs, std::size_t rhs_size, in multiply() argument
114 std::fill_n(output, lhs_size + rhs_size, digit_t(0)); in multiply()
115 multiply_add(lhs, lhs_size, rhs, rhs_size, output); in multiply()
119 const digit_t * rhs, std::size_t rhs_size, in multiply_add() argument
125 if(lhs_size < rhs_size) { in multiply_add()
127 std::swap(lhs_size, rhs_size); in multiply_add()
130 multiply_add_karatsuba(rhs_size, lhs, rhs, output); in multiply_add()
132 lhs += rhs_size; in multiply_add()
133 lhs_size -= rhs_size; in multiply_add()
134 output += rhs_size; in multiply_add()

12345678910