Home
last modified time | relevance | path

Searched refs:Rlen (Results 126 – 150 of 250) sorted by relevance

12345678910

/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-bitops.ads50 Rlen : Natural;
61 Rlen : Natural) return Boolean;
81 Rlen : Natural;
92 Rlen : Natural;
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsCutPool.cpp21 static size_t support_hash(const int* Rindex, const int Rlen) { in support_hash() argument
24 for (int i = 0; i != Rlen; ++i) hash_combine(state, size_t(Rindex[i])); in support_hash()
30 double* Rvalue, int Rlen, in replaceSupportDuplicate() argument
32 size_t sh = support_hash(Rindex, Rlen); in replaceSupportDuplicate()
39 if (end - start != Rlen) continue; in replaceSupportDuplicate()
40 if (std::equal(Rindex, Rindex + Rlen, &matrix_.getARindex()[start])) { in replaceSupportDuplicate()
286 int HighsCutPool::addCut(int* Rindex, double* Rvalue, int Rlen, double rhs, in addCut() argument
288 size_t sh = support_hash(Rindex, Rlen); in addCut()
291 int rowindex = replaceSupportDuplicate(sh, Rindex, Rvalue, Rlen, rhs); in addCut()
295 rowindex = matrix_.addRow(Rindex, Rvalue, Rlen); in addCut()
[all …]
H A DHighsDynamicRowMatrix.cpp23 int HighsDynamicRowMatrix::addRow(int* Rindex, double* Rvalue, int Rlen) { in addRow() argument
32 Rlen, -1))) == freespaces_.end()) { in addRow()
34 end = start + Rlen; in addRow()
46 end = start + Rlen; in addRow()
49 if (freeslot.first > Rlen) { in addRow()
50 freespaces_.emplace(freeslot.first - Rlen, end); in addRow()
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Ddivrem_monagan_pearce.c32 slong Rlen = 0; in _nmod_mpoly_divrem_monagan_pearce1_binomial() local
100 Rexps[Rlen] = lexp; in _nmod_mpoly_divrem_monagan_pearce1_binomial()
101 Rlen++; in _nmod_mpoly_divrem_monagan_pearce1_binomial()
118 R->length = Rlen; in _nmod_mpoly_divrem_monagan_pearce1_binomial()
146 slong i, j, Qlen, Rlen, s; in _nmod_mpoly_divrem_monagan_pearce1() local
179 Rlen = WORD(0); in _nmod_mpoly_divrem_monagan_pearce1()
293 Rlen++; in _nmod_mpoly_divrem_monagan_pearce1()
321 R->length = Rlen; in _nmod_mpoly_divrem_monagan_pearce1()
411 Rlen = WORD(0); in _nmod_mpoly_divrem_monagan_pearce()
542 Rlen++; in _nmod_mpoly_divrem_monagan_pearce()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/
H A Ddivrem_monagan_pearce.c30 slong Rlen = 0; in _fmpz_mod_mpoly_divrem_monagan_pearce1_binomial() local
103 Rexps[Rlen] = lexp; in _fmpz_mod_mpoly_divrem_monagan_pearce1_binomial()
104 Rlen++; in _fmpz_mod_mpoly_divrem_monagan_pearce1_binomial()
119 R->length = Rlen; in _fmpz_mod_mpoly_divrem_monagan_pearce1_binomial()
152 slong i, j, Qlen, Rlen, s; in _fmpz_mod_mpoly_divrem_monagan_pearce1() local
196 Rlen = WORD(0); in _fmpz_mod_mpoly_divrem_monagan_pearce1()
338 Rlen++; in _fmpz_mod_mpoly_divrem_monagan_pearce1()
366 R->length = Rlen; in _fmpz_mod_mpoly_divrem_monagan_pearce1()
477 Rlen = 0; in _fmpz_mod_mpoly_divrem_monagan_pearce()
637 Rlen++; in _fmpz_mod_mpoly_divrem_monagan_pearce()
[all …]
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Ddivrem_monagan_pearce.c32 slong Rlen = 0; in _fq_nmod_mpoly_divrem_monagan_pearce1_binomial() local
116 Rlen++; in _fq_nmod_mpoly_divrem_monagan_pearce1_binomial()
131 R->length = Rlen; in _fq_nmod_mpoly_divrem_monagan_pearce1_binomial()
162 slong i, j, Qlen, Rlen, s; in _fq_nmod_mpoly_divrem_monagan_pearce1() local
202 Rlen = WORD(0); in _fq_nmod_mpoly_divrem_monagan_pearce1()
392 Rlen++; in _fq_nmod_mpoly_divrem_monagan_pearce1()
420 R->length = Rlen; in _fq_nmod_mpoly_divrem_monagan_pearce1()
465 slong Rlen; in _fq_nmod_mpoly_divrem_monagan_pearce() local
510 Rlen = 0; in _fq_nmod_mpoly_divrem_monagan_pearce()
639 Rlen++; in _fq_nmod_mpoly_divrem_monagan_pearce()
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/scripts/
H A Dnucmer2xfig.pl27 …($s1,$e1,$x1,$s2,$e2,$x2,$l1,$l2,$x3,$percent_id,$x4,$Rlen,$Qlen,$x5,$Rcov,$Qcov,$x6,$Rid,$Qid) = …
75 $label_xpos = $Xscale * $Rlen;
81 $Xscale * $Rlen, 0);
84 for ($i = 250000; $i < $Rlen - 50000; $i+= 250000) {
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-ieee-numeric_std.adb347 Rlen : constant Uns32 := R.Typ.Vbound.Len; constant
348 Len : constant Uns32 := Uns32'Max (Llen, Rlen);
377 if I > Rlen then
453 Rlen : constant Uns32 := R.Typ.Vbound.Len; constant
483 if I > Rlen then
561 Len : constant Uns32 := Llen + Rlen;
567 if Llen = 0 or Rlen = 0 then
572 for I in 1 .. Rlen loop
645 Len : constant Uns32 := Llen + Rlen;
651 if Llen = 0 or Rlen = 0 then
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/CHOLMOD/MatrixOps/
H A Dcholmod_submatrix.c88 Int *Ap, *Ai, *Anz, *Ci, *Cp, *Head, *Rlen, *Rnext, *Iwork ; in CHOLMOD() local
187 Rlen = Iwork ; /* size anrow (i/i/l) */ in CHOLMOD()
239 Rlen [i] = (head == EMPTY) ? 1 : (Rlen [i] + 1) ; in CHOLMOD()
254 Int rlen = (Head [i] != EMPTY) ? Rlen [i] : -1 ; in CHOLMOD()
262 ASSERT (IMPLIES (Head [i] != EMPTY, k == Rlen [i])) ; in CHOLMOD()
280 nnz += Rlen [i] ; in CHOLMOD()

12345678910