Home
last modified time | relevance | path

Searched refs:mod_l (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dmod.py126 both_l = non_mod_l, mod_l = [], []
130 if mod_l and all(inner.args[1] == q for inner in mod_l):
131 net = Add(*non_mod_l) + Add(*[i.args[0] for i in mod_l])
136 both_l = non_mod_l, mod_l = [], []
140 if mod_l and all(inner.args[1] == q for inner in mod_l):
152 prod_mod1 = Mul(*[i.args[0] for i in mod_l])
165 p = Mul(*(non_mod_l + mod_l))
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DTest_Magnon_bcc_TAS.instr41 …double xx, yy, lf, li, dli, kf, ki, Ei, q, A1, A3, A4, A5, foc_xw, foc_yh, mod_l, eta, sample_r, s…
69 mod_l = 26.4;
81 mod_l = 1.5;
98 dist=mod_l,
/dports/deskutils/taskd/taskd-1.1.0/src/
H A Ddaemon.cpp705 time_t mod_l = last_modification (*iter_l); in merge_sort() local
707 if (mod_l < mod_r) in merge_sort()
709 _log->format ("[%d] applying left %d < %d", _txn_count, mod_l, mod_r); in merge_sort()
711 combined.set ("modified", (int) mod_l); in merge_sort()
717 _log->format ("[%d] applying right %d >= %d", _txn_count, mod_l, mod_r); in merge_sort()
/dports/math/p5-Math-BigInt-GMP/Math-BigInt-GMP-1.6009/
H A DCHANGES581 Benchmark: running div_l, mod_l, mod_s for at least 3 CPU seconds...
583 mod_l: 4s ( 3.31 usr + 0.00 sys = 3.31 CPU) @ 6851.96/s (n=22680)
674 mod_l => sub { $z = $x % $y, },
682 mod_l 1111 2325
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/
H A Dmonocypher.c1707 static void mod_l(u8 reduced[32], const u32 x[16]) in mod_l() function
1753 mod_l(r, x); in reduce()
1766 mod_l(r, p); in mul_add()
2923 mod_l(scalar, tmp); in crypto_x25519_inverse()