Home
last modified time | relevance | path

Searched refs:aother (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DGenArrayType.java48 GenArrayType aother = (GenArrayType) other; in compare() local
49 int elcomp = getComponentType().compare(aother.getComponentType()); in compare()
50 if (rank == aother.rank) in compare()
52 if (rank != -1 && aother.rank != -1) in compare()
/dports/security/py-angr/angr-9.0.5405/angr/storage/memory_mixins/paged_memory/pages/
H A Dultra_page.py299 aother = next(other.symbolic_data.irange(maximum=addr, reverse=True))
301 aother = None
303 if aself is None and aother is None:
305 elif aself is None and aother is not None:
306 oobj = other.symbolic_data[aother]
309 elif aother is None and aself is not None:
316 oobj = other.symbolic_data[aother]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/docs/src/scss/base/label/
H A D_extends.scss7 display: inline; //temporary, this is in aother PR
/dports/math/py-sympy/sympy-1.9/sympy/integrals/
H A Dmeijerint.py528 return C, meijerg(inflate(g.an, n), inflate(g.aother, n),
565 return D, meijerg(g.an, g.aother, g.bm, list(g.bother) + bs, z)
785 for a in g.aother:
797 debug(' ap = %s, %s' % (list(g.an), list(g.aother)))
893 for a in g.aother:
930 return meijerg(g.an, g.aother, g.bm, g.bother,
967 g2 = meijerg(g2.an, g2.aother, g2.bm, g2.bother, a2*x)
1302 a2 = list(g2.aother) + neg(g1.bother)
1304 b2 = list(g2.bother) + neg(g1.aother)
1522 g = meijerg(g.an, g.aother, g.bm, g.bother,
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/functions/special/
H A Dhyper.py470 G = meijerg(a, self.aother, self.bm, self.bother, self.argument)
475 G = meijerg(self.an, self.aother, b, self.bother, self.argument)
503 ap = list(self.aother)
547 res -= sign*meijerg(self.an + (base + k + 1,), self.aother,
560 res -= sign*meijerg(self.an, self.aother + (base + k + 1,),
643 / Mul(*(gamma(a - s) for a in self.aother))
661 def aother(self):
/dports/math/py-Diofant/Diofant-0.13.0/diofant/integrals/
H A Dmeijerint.py496 return C, meijerg(inflate(g.an, n), inflate(g.aother, n),
536 return D, meijerg(g.an, g.aother, g.bm, list(g.bother) + bs, z)
703 return C, meijerg(tr(g.an), tr(g.aother), tr(g.bm), tr(g.bother),
742 for a in g.aother:
832 for a in g.aother:
859 return meijerg(g.an, g.aother, g.bm, g.bother,
896 g2 = meijerg(g2.an, g2.aother, g2.bm, g2.bother, a2*x)
1174 a2 = list(g2.aother) + neg(g1.bother)
1176 b2 = list(g2.bother) + neg(g1.aother)
1388 g = meijerg(g.an, g.aother, g.bm, g.bother,
[all …]
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpCholeskyDense.cpp673 longDouble * aother; in ClpCholeskyCfactor() local
679 aother = a + number_entries(nintri + nbelow); in ClpCholeskyCfactor()
681 ClpCholeskyCfactor(thisStruct, aother, nLeft, in ClpCholeskyCfactor()
703 longDouble * aother; in ClpCholeskyCtriRec() local
712 aother = aUnder + number_entries(i); in ClpCholeskyCtriRec()
732 longDouble * aother; in ClpCholeskyCrecTri() local
737 aother = aUnder + number_entries(i); in ClpCholeskyCrecTri()
738 …ClpCholeskyCrecTri(thisStruct, aother, nTri, nDo - nDo2, iBlock - nb, jBlock, aTri, diagonal + nDo… in ClpCholeskyCrecTri()
743 longDouble * aother; in ClpCholeskyCrecTri() local
749 aother = aTri + number_entries(nb); in ClpCholeskyCrecTri()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpCholeskyDense.cpp678 longDouble *aother; in ClpCholeskyCfactor() local
684 aother = a + number_entries(nintri + nbelow); in ClpCholeskyCfactor()
686 ClpCholeskyCfactor(thisStruct, aother, nLeft, in ClpCholeskyCfactor()
708 longDouble *aother; in ClpCholeskyCtriRec() local
716 aother = aUnder + number_entries(i); in ClpCholeskyCtriRec()
735 longDouble *aother; in ClpCholeskyCrecTri() local
739 aother = aUnder + number_entries(i); in ClpCholeskyCrecTri()
740 …ClpCholeskyCrecTri(thisStruct, aother, nTri, nDo - nDo2, iBlock - nb, jBlock, aTri, diagonal + nDo… in ClpCholeskyCrecTri()
745 longDouble *aother; in ClpCholeskyCrecTri() local
750 aother = aTri + number_entries(nb); in ClpCholeskyCrecTri()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/
H A Dhyper.py521 G = meijerg(a, self.aother, self.bm, self.bother, self.argument)
526 G = meijerg(self.an, self.aother, b, self.bother, self.argument)
554 ap = list(self.aother)
598 res -= sign*meijerg(self.an + (base + k + 1,), self.aother,
611 res -= sign*meijerg(self.an, self.aother + (base + k + 1,),
709 / Mul(*(gamma(a - s) for a in self.aother))
727 def aother(self): member in meijerg
/dports/devel/splint/splint-3.1.2/src/
H A DsRef.c8802 if (aother == AK_KEPT) in sRef_combineAliasKindsError()
8809 if (aother == AK_LOCAL || aother == AK_STATIC in sRef_combineAliasKindsError()
8851 else if ((aother == AK_LOCAL || aother == AK_UNIQUE in sRef_combineAliasKindsError()
8852 || aother == AK_STATIC || alkind_isTemp (aother)) in sRef_combineAliasKindsError()
8863 res->aliaskind = aother; in sRef_combineAliasKindsError()
8912 alkind_unparse (aother), in sRef_combineAliasKindsError()
8937 alkind_unparse (aother), in sRef_combineAliasKindsError()
8967 || aother == AK_ERROR) in sRef_combineAliasKinds()
8989 && aother == AK_LOCAL) in sRef_combineAliasKinds()
8990 || ((aother == AK_UNIQUE || alkind_isTemp (aother)) in sRef_combineAliasKinds()
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/
H A Dhyperexpand.py1565 def do_shifts_a(nal, nbk, al, aother, bother): argument
1568 lambda p, i: UnShiftA(p + aother, nbk + bother, i, z))
1570 def do_shifts_b(nal, nbk, bk, aother, bother): argument
1573 lambda p, i: UnShiftB(nal + aother, p + bother, i, z),
1599 aother = others(nabuckets, r)
1604 ops += do_shifts_b([], nbk, bk, aother, bother)
1607 ops += do_shifts_a(nal, [], al, aother, bother)
1617 ops += do_shifts_a(nal, nbk, al, aother, bother)
1618 ops += do_shifts_b(al, nbk, bk, aother, bother)
1621 ops += do_shifts_b(nal, nbk, bk, aother, bother)
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Dhyperexpand.py1598 def do_shifts_a(nal, nbk, al, aother, bother): argument
1601 lambda p, i: UnShiftA(p + aother, nbk + bother, i, z))
1603 def do_shifts_b(nal, nbk, bk, aother, bother): argument
1606 lambda p, i: UnShiftB(nal + aother, p + bother, i, z),
1632 aother = others(nabuckets, r)
1637 ops += do_shifts_b([], nbk, bk, aother, bother)
1640 ops += do_shifts_a(nal, [], al, aother, bother)
1650 ops += do_shifts_a(nal, nbk, al, aother, bother)
1651 ops += do_shifts_b(al, nbk, bk, aother, bother)
1654 ops += do_shifts_b(nal, nbk, bk, aother, bother)
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dstock_info_provider_digikey.cpp230 void append(const StockInfoRecord &aother) override in append() argument
232 auto other = dynamic_cast<const StockInfoRecordDigiKey &>(aother); in append()
H A Dstock_info_provider_partinfo.cpp130 void append(const StockInfoRecord &aother) override in append() argument
132 auto other = dynamic_cast<const StockInfoRecordPartinfo &>(aother); in append()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSParagraphStyle.m599 - (BOOL) isEqual: (id)aother
601 NSParagraphStyle *other = aother;
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/functions/
H A Dtest_hyper.py128 assert g.aother == Tuple(3, 4, 5)
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_voodoo.c2933 uint8_t cother_r, cother_g, cother_b, aother; in voodoo_half_triangle() local
3087 aother = CLAMP(state->ia >> 12); in voodoo_half_triangle()
3090 aother = state->tex_a[0]; in voodoo_half_triangle()
3093 aother = (params->color1 >> 24) & 0xff; in voodoo_half_triangle()
3097 aother = 0; in voodoo_half_triangle()
3117 src_a = aother; in voodoo_half_triangle()
3142 msel_r = aother; in voodoo_half_triangle()
3143 msel_g = aother; in voodoo_half_triangle()
3144 msel_b = aother; in voodoo_half_triangle()
3179 msel_a = aother; in voodoo_half_triangle()
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/tests/
H A Dtest_hyper.py122 assert g.aother == Tuple(3, 4, 5)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/
H A DReleaseNotes.rst209 reproduce crashes or aother problems.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/
H A DReleaseNotes.rst209 reproduce crashes or aother problems.
/dports/math/py-Diofant/Diofant-0.13.0/diofant/printing/
H A Dlatex.py1045 self._hprint_vec(expr.an), self._hprint_vec(expr.aother),
/dports/math/py-Diofant/Diofant-0.13.0/diofant/printing/pretty/
H A Dpretty.py900 v[(0, 1)] = [self._print(a) for a in e.aother]
/dports/math/py-sympy/sympy-1.9/sympy/printing/
H A Dlatex.py1392 self._hprint_vec(expr.an), self._hprint_vec(expr.aother),
/dports/math/py-sympy/sympy-1.9/sympy/printing/pretty/
H A Dpretty.py1456 v[(0, 1)] = [self._print(a) for a in e.aother]
/dports/editors/ted/Ted-2.23/tedPackage/config/
H A DTed.properties.sample2883 !! All aother values are illegal. !!

12