Home
last modified time | relevance | path

Searched refs:factor_out (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/cadabra2/cadabra2-2.3.6.8/tests/
H A Dfactor.cdb44 factor_out(_, $a$)
54 factor_out(_, $a$)
64 factor_out(ex, $a,c$)
90 factor_out(_, $A$)
102 factor_out(_, $A, B, c$)
115 factor_out(_, $c, A, B$)
130 factor_out(_, $A, B, X$)
143 factor_out(_, $A, B, X$)
168 factor_out(_, $A_{a}$)
178 factor_out(_, $ A $ )
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-dynastroke.cpp217 Piecewise<SBasis > factor_out; in doEffect_pwd2() local
219 factor_out = Piecewise<SBasis >(Linear(1)); in doEffect_pwd2()
220 factor_out.cuts[1] = totlength-fade_length; in doEffect_pwd2()
221 factor_out.concat(Piecewise<SBasis >(join)); in doEffect_pwd2()
222 factor_out.cuts[2] = totlength; in doEffect_pwd2()
224 factor_out = Piecewise<SBasis >(join); in doEffect_pwd2()
225 factor_out.setDomain(Interval(totlength-fade_length,totlength)); in doEffect_pwd2()
229 Piecewise<SBasis > factor = factor_in*factor_out; in doEffect_pwd2()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dfactor_out.cnb12 …"source" : "\\algorithm{factor_out}{Isolate common factors in a sum of products}\n\nGiven a list o…
16 …"source" : "\\algorithm{factor_out}{Isolate common factors in a sum of products}\n\nGiven a list o…
42 "source" : "factor_out(_, $a$);"
105 …"source" : "In case you are familiar with FORM, \\algo{factor_out} is like its \\verb|bracket| sta…
109 …"source" : "In case you are familiar with FORM, \\algo{factor_out} is like its \\verb|bracket| sta…
135 "source" : "factor_out(_, $a, c$);"
175 "source" : "factor_out(_, $A_{m}$);"
H A Dfactor_out.hh10 class factor_out : public Algorithm { class
12 factor_out(const Kernel&, Ex&, Ex&, bool right);
H A Dfactor_out.cc10 factor_out::factor_out(const Kernel& k, Ex& e, Ex& args, bool right) in factor_out() function in factor_out
21 bool factor_out::can_apply(iterator st) in can_apply()
27 Algorithm::result_t factor_out::apply(iterator& it) in apply()
H A Dfactor_in.cnb61 …ps most easily understood by thinking of it as a\ncomplement to \\algo{factor_out}. Or in case you…
65 …ps most easily understood by thinking of it as a\ncomplement to \\algo{factor_out}. Or in case you…
H A Dvary.cnb150 "source" : "factor_out(_, $\\delta{\\phi}$);"
/dports/science/R-cran-eco/eco/src/
H A Dsubroutines.c197 int *factor_out = intArray(size); in dinv2D_sym() local
215 F77_CALL(dsysv)("U", &size, &size, pdInv, &size, factor_out, B, &size, work0, &test, &errorM); in dinv2D_sym()
223 F77_CALL(dsysv)("U", &size, &size, pdInv, &size, factor_out, B, &size, work, &lwork, &errorM); in dinv2D_sym()
243 free(factor_out); in dinv2D_sym()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dbls75.c233 static void factor_out(mpz_t R, mpz_t F, mpz_t v) { in factor_out() function
268 factor_out(R, F, f); in handle_factor()
285 factor_out(R, F, f); in handle_factor2()
289 factor_out(R, F, f); in handle_factor2()
301 factor_out(R, F, fs->stack[i]); in trim_factors()
1075 else factor_out(F1, R1, f); /* No proof. Move to R */ in bls75_hybrid()
1086 else factor_out(F2, R2, f); /* No proof. Move to R */ in bls75_hybrid()
1153 factor_out(R2, F2, f2stack.stack[i]); in bls75_hybrid()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpoly.cpp91 static int factor_out (int n, int i, int *c, int *s);
365 static int factor_out(int n, int i, int *c, int *s) in factor_out() function
411 n = factor_out(n, 2, c, s); in factor1()
421 n = factor_out(n, i, c, s); in factor1()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpoly.cpp86 static int factor_out (int n, int i, int *c, int *s);
360 static int factor_out(int n, int i, int *c, int *s) in factor_out() function
406 n = factor_out(n, 2, c, s); in factor1()
416 n = factor_out(n, i, c, s); in factor1()
/dports/security/putty-nogtk/putty-0.76/
H A Dprimecandidate.c414 mp_int **factor_out, mp_int **addend_out) in pcs_inspect() argument
417 *factor_out = mp_copy(pcs->factor); in pcs_inspect()
H A Dsshkeygen.h76 mp_int **factor_out, mp_int **addend_out);
/dports/security/putty/putty-0.76/
H A Dprimecandidate.c414 mp_int **factor_out, mp_int **addend_out) in pcs_inspect() argument
417 *factor_out = mp_copy(pcs->factor); in pcs_inspect()
H A Dsshkeygen.h76 mp_int **factor_out, mp_int **addend_out);
/dports/math/cadabra2/cadabra2-2.3.6.8/core/pythoncdb/
H A Dpy_algorithms.cc127 …def_algo<factor_out, Ex, bool>(m, "factor_out", true, false, 0, py::arg("factors"), py::arg("right… in init_algorithms()
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dvariational_derivatives.cnb114 "source" : "factor_out(_, $\\delta{\\phi}$);"
H A Dequations_of_motion.cnb113 "source" : "factor_out(_, $\\delta{\\phi}$);"
H A Dvacuum_einstein_first_order.cnb204 "source" : "factor_out(_,$\\epsilon,\\epsilon**2$);"
217 "source" : "factor_out(_, $g^{\\mu? \\nu?}$)\ncanonicalise(_);"
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshkeygen.h76 mp_int **factor_out, mp_int **addend_out);
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dpolynomial.cpp436 n = factor_out(n, 2, c, s);
446 n = factor_out(n, i, c, s);
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dpoly.cpp437 n = factor_out(n, 2, c, s);
447 n = factor_out(n, i, c, s);
/dports/math/cadabra2/cadabra2-2.3.6.8/doc/
H A Dthe_cadabra_book.tex280 \input{factor_out}
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64.c2250 aarch64_sve_inc_dec_immediate_p (rtx x, int *factor_out, in aarch64_sve_inc_dec_immediate_p() argument
2274 if (factor_out) in aarch64_sve_inc_dec_immediate_p()
2275 *factor_out = factor; in aarch64_sve_inc_dec_immediate_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/aarch64/
H A Daarch64.c2250 aarch64_sve_inc_dec_immediate_p (rtx x, int *factor_out, in aarch64_sve_inc_dec_immediate_p() argument
2274 if (factor_out) in aarch64_sve_inc_dec_immediate_p()
2275 *factor_out = factor; in aarch64_sve_inc_dec_immediate_p()

12