Home
last modified time | relevance | path

Searched refs:y_length (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vivado_ipi/axi_dmac/
H A D2d_transfer.v71 reg [DMA_LENGTH_WIDTH-1:0] y_length; register
92 last_req[req_id] <= y_length == 0;
108 y_length <= 'h00;
120 y_length <= req_y_length;
131 y_length <= y_length - 1'b1;
133 if (y_length == 0) begin
/dports/lang/v8/v8-9.6.180.12/src/bigint/
H A Dbigint.h298 inline int AddResultLength(int x_length, int y_length) { in AddResultLength() argument
299 return std::max(x_length, y_length) + 1; in AddResultLength()
302 return same_sign ? AddResultLength(x_length, y_length) in AddSignedResultLength()
303 : std::max(x_length, y_length); in AddSignedResultLength()
308 return same_sign ? std::max(x_length, y_length) in SubtractSignedResultLength()
335 return std::min(x_length, y_length); in BitwiseAnd_PosPos_ResultLength()
339 return std::max(x_length, y_length) + 1; in BitwiseAnd_NegNeg_ResultLength()
343 return std::max(x_length, y_length); in BitwiseOrResultLength()
346 return std::max(x_length, y_length); in BitwiseXor_PosPos_ResultLength()
349 return std::max(x_length, y_length); in BitwiseXor_NegNeg_ResultLength()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_point_3d.cc48 float y_length = y.length(); in AngleBetween() local
50 if (x_length && y_length) { in AngleBetween()
51 float cos_angle = this->Dot(y) / (x_length * y_length); in AngleBetween()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_point_3d.cc48 float y_length = y.length(); in AngleBetween() local
50 if (x_length && y_length) { in AngleBetween()
51 float cos_angle = this->Dot(y) / (x_length * y_length); in AngleBetween()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php224 $y_length = count($y_value);
226 if (!$x_length || !$y_length) { // a 0 is being multiplied
233 if ($x_length < $y_length) {
239 $y_length = count($y_value);
242 $product_value = self::array_repeat(0, $x_length + $y_length);
265 for ($i = 1; $i < $y_length; ++$i) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php224 $y_length = count($y_value);
226 if (!$x_length || !$y_length) { // a 0 is being multiplied
233 if ($x_length < $y_length) {
239 $y_length = count($y_value);
242 $product_value = self::array_repeat(0, $x_length + $y_length);
265 for ($i = 1; $i < $y_length; ++$i) {
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php224 $y_length = count($y_value);
226 if (!$x_length || !$y_length) { // a 0 is being multiplied
233 if ($x_length < $y_length) {
239 $y_length = count($y_value);
242 $product_value = self::array_repeat(0, $x_length + $y_length);
265 for ($i = 1; $i < $y_length; ++$i) {
/dports/science/packmol/packmol-18.169/
H A Dsolvate.tcl150 set y_length [ expr $ymax - $ymin + 2.0*$shell ]
161 puts " y: $y_length "
7485 set volume [ expr $x_length * $y_length * $z_length ]
7539 set ymax [ expr $y_length / 2. ]
7611 puts " y: [ expr $y_length + 1. ]"
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Drangetree.c164 gint y_start, gint y_length, in RangeTree_find_internal() argument
169 g_assert(y_length >= 0); in RangeTree_find_internal()
173 r.br_y = y_start + y_length; in RangeTree_find_internal()
179 gint y_start, gint y_length, in RangeTree_find() argument
183 y_start, y_length, in RangeTree_find()
H A Drangetree.h53 gint y_start, gint y_length,
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/wobblywindows/
H A Dwobblywindows.cpp598 qreal y_length = rect.height() / (wwi.height - 1.0); in updateWindowWobblyDatas() local
602 qCDebug(KWINEFFECTS) << "increment x " << x_length << " // y" << y_length; in updateWindowWobblyDatas()
618 origine.y += y_length; in updateWindowWobblyDatas()
648 …acceleration.y = ((neibourgs[1].y - pos.y) - y_length) * m_stiffness + (neibourgs[0].y - pos.y) * … in updateWindowWobblyDatas()
670 …acceleration.y = ((neibourgs[1].y - pos.y) - y_length) * m_stiffness + (neibourgs[0].y - pos.y) * … in updateWindowWobblyDatas()
692 …acceleration.y = (y_length - (pos.y - neibourgs[1].y)) * m_stiffness + (neibourgs[0].y - pos.y) * … in updateWindowWobblyDatas()
714 …acceleration.y = (y_length - (pos.y - neibourgs[1].y)) * m_stiffness + (neibourgs[0].y - pos.y) * … in updateWindowWobblyDatas()
788 …acceleration.y = (y_length - (pos.y - neibourgs[1].y)) * m_stiffness + ((neibourgs[2].y - pos.y) -… in updateWindowWobblyDatas()
812 …acceleration.y = (y_length - (pos.y - neibourgs[1].y)) * m_stiffness + ((neibourgs[2].y - pos.y) -… in updateWindowWobblyDatas()
843 acceleration.y = (y_length - (pos.y - neibourgs[2].y)) * m_stiffness + in updateWindowWobblyDatas()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dglobal_seed_chain.h255 TValue y_length = 0; in globalChaining() local
262 if (right > y_length) y_length = right; in globalChaining()
264 return globalChaining(source, result, gapCost, x_length, y_length); in globalChaining()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_length_context.cc202 const Length& y_length, in ResolveLengthPair() argument
205 if (x_length.IsPercentOrCalc() || y_length.IsPercentOrCalc()) { in ResolveLengthPair()
212 else if (y_length.IsAuto()) in ResolveLengthPair()
217 ValueForLength(y_length, zoom, viewport_size.Height())); in ResolveLengthPair()
/dports/math/libmesh/libmesh-1.6.2/examples/systems_of_equations/systems_of_equations_ex7/
H A Dsystems_of_equations_ex7.in2 y_length = 0.1
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dbignum.c221 bignum_length_type y_length = (BIGNUM_LENGTH (y)); in bignum_multiply() local
238 if (y_length == 1) in bignum_multiply()
800 bignum_digit_type *y_end = (y_scan + y_length); \
802 BIGNUM_ASSERT (x_length >= y_length); \
939 bignum_length_type y_length = (BIGNUM_LENGTH (y)); in DEFINE_BITWISE()
952 bignum_digit_type *y_end = (y_scan + y_length); in DEFINE_BITWISE()
1529 bignum_length_type y_length = (BIGNUM_LENGTH (y)); in bignum_compare_unsigned() local
1530 if (x_length < y_length) in bignum_compare_unsigned()
1532 if (x_length > y_length) in bignum_compare_unsigned()
1709 bignum_length_type y_length = (BIGNUM_LENGTH (y)); in bignum_multiply_unsigned() local
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php400 $y_length = count($y_value);
402 if (!$x_length || !$y_length) { // a 0 is being multiplied
410 self::VALUE => min($x_length, $y_length) < 2 * self::KARATSUBA_CUTOFF ?
470 $y_length = count($y_value);
472 if (!$x_length || !$y_length) { // a 0 is being multiplied
476 $product_value = self::array_repeat(0, $x_length + $y_length);
495 for ($i = 1; $i < $y_length; ++$i) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php400 $y_length = count($y_value);
402 if (!$x_length || !$y_length) { // a 0 is being multiplied
410 self::VALUE => min($x_length, $y_length) < 2 * self::KARATSUBA_CUTOFF ?
470 $y_length = count($y_value);
472 if (!$x_length || !$y_length) { // a 0 is being multiplied
476 $product_value = self::array_repeat(0, $x_length + $y_length);
495 for ($i = 1; $i < $y_length; ++$i) {
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php400 $y_length = count($y_value);
402 if (!$x_length || !$y_length) { // a 0 is being multiplied
410 self::VALUE => min($x_length, $y_length) < 2 * self::KARATSUBA_CUTOFF ?
470 $y_length = count($y_value);
472 if (!$x_length || !$y_length) { // a 0 is being multiplied
476 $product_value = self::array_repeat(0, $x_length + $y_length);
495 for ($i = 1; $i < $y_length; ++$i) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_length_context.cc201 const Length& y_length, in ResolveLengthPair() argument
204 if (x_length.IsPercentOrCalc() || y_length.IsPercentOrCalc()) in ResolveLengthPair()
209 ValueForLength(y_length, zoom, viewport_size.Height())); in ResolveLengthPair()
/dports/math/pear-Math_BigInteger/Math_BigInteger-1.0.3/Math/
H A DBigInteger.php1166 $y_length = count($y_value);
1168 if ( !$x_length || !$y_length ) { // a 0 is being multiplied
1196 $y_length = count($y_value);
1198 if ( !$x_length || !$y_length ) { // a 0 is being multiplied
1202 if ( $x_length < $y_length ) {
1208 $y_length = count($y_value);
1231 for ($i = 1; $i < $y_length; ++$i) {
2180 $y_length = count($y_value);
2189 if ( $x_length < $y_length ) {
2195 $y_length = count($y_value);
[all …]
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/phpseclib/Math/
H A DBigInteger.php1203 $y_length = count($y_value);
1205 if (!$x_length || !$y_length) { // a 0 is being multiplied
1233 $y_length = count($y_value);
1235 if (!$x_length || !$y_length) { // a 0 is being multiplied
1239 if ($x_length < $y_length) {
1245 $y_length = count($y_value);
1268 for ($i = 1; $i < $y_length; ++$i) {
2229 $y_length = count($y_value);
2238 if ($x_length < $y_length) {
2244 $y_length = count($y_value);
[all …]
/dports/www/osticket/upload/include/pear/Math/
H A DBigInteger.php1132 $y_length = count($y_value);
1134 if ( !$x_length || !$y_length ) { // a 0 is being multiplied
1162 $y_length = count($y_value);
1164 if ( !$x_length || !$y_length ) { // a 0 is being multiplied
1168 if ( $x_length < $y_length ) {
1174 $y_length = count($y_value);
1197 for ($i = 1; $i < $y_length; ++$i) {
2146 $y_length = count($y_value);
2155 if ( $x_length < $y_length ) {
2161 $y_length = count($y_value);
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/ParquetFP/src/
H A Dnetlist.cxx80 float y_length in getHPWL() local
88 float yloc = pk.yloc[blk_index] + (y_length / 2) + y_offset; in getHPWL()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dline-spanner.cc319 Real y_length = span_points[RIGHT][Y_AXIS] - span_points[LEFT][Y_AXIS]; in print() local
321 span_points[LEFT][Y_AXIS] += normalized_endpoints[LEFT] * y_length; in print()
322 span_points[RIGHT][Y_AXIS] -= (1 - normalized_endpoints[RIGHT]) * y_length; in print()
/dports/deskutils/egroupware/egroupware/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php1181 $y_length = count($y_value);
1183 if (!$x_length || !$y_length) { // a 0 is being multiplied
1211 $y_length = count($y_value);
1213 if (!$x_length || !$y_length) { // a 0 is being multiplied
1217 if ($x_length < $y_length) {
1223 $y_length = count($y_value);
1246 for ($i = 1; $i < $y_length; ++$i) {
2205 $y_length = count($y_value);
2214 if ($x_length < $y_length) {
2220 $y_length = count($y_value);
[all …]

1234567