Home
last modified time | relevance | path

Searched refs:other_exp (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-Diofant/Diofant-0.13.0/diofant/core/
H A Dexprtools.py284 other_exp = other.factors[factor]
288 exp = self_exp - other_exp
313 other_exp = oa
317 other_exp = oa - diff
320 other_exp = oa
321 if other_exp:
397 other_exp = exp
404 other_exp = oa
410 other_exp = oa
411 if other_exp:
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/netfilter/
H A Dnf_nat_pptp.c48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local
85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
86 if (other_exp) { in pptp_nat_expected()
87 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()
88 nf_ct_expect_put(other_exp); in pptp_nat_expected()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/netfilter/
H A Dnf_nat_pptp.c48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local
85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
86 if (other_exp) { in pptp_nat_expected()
87 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()
88 nf_ct_expect_put(other_exp); in pptp_nat_expected()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/netfilter/
H A Dnf_nat_pptp.c48 struct nf_conntrack_expect *other_exp; in pptp_nat_expected() local
85 other_exp = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); in pptp_nat_expected()
86 if (other_exp) { in pptp_nat_expected()
87 nf_ct_unexpect_related(other_exp); in pptp_nat_expected()
88 nf_ct_expect_put(other_exp); in pptp_nat_expected()
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dexprtools.py516 other_exp = other.factors[factor]
520 exp = self_exp - other_exp
548 other_exp = oa
552 other_exp = oa - diff
555 other_exp = oa
556 if other_exp:
641 other_exp = exp
648 other_exp = oa
654 other_exp = oa
655 if other_exp:
[all …]
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dexpression.py678 other_var, other_exp = other_exps[index]
683 if self_exp != other_exp:
686 if self_exp < other_exp:
688 elif self_exp == other_exp:
694 if self_exp < other_exp:
696 elif self_exp == other_exp:
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin1.c32604 TexT other_exp; member
32622 Disable (frm->other_exp); in ChangeNOrGap()
32626 Enable (frm->other_exp); in ChangeNOrGap()
32630 Disable (frm->other_exp); in ChangeNOrGap()
32670 frm->other_exp = DialogText (frm->n_or_gap, "", 10, NULL); in SplitAtNs()
32681 (HANDLE) frm->other_exp, in SplitAtNs()
32710 } else if (TextHasNoText (frm->other_exp)) { in SplitAtNs()
32729 tmp = SaveStringFromText (frm->other_exp); in SplitAtNs()