Home
last modified time | relevance | path

Searched refs:mmul (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-integrate.cc194 mmul.childUpdated(mmul.size()); in integrate_info()
221 if(mmul.size() == 0) mmul.clear(); in integrate_info()
458 if(!mmul.isOne()) mdiv *= mmul; in integrate_function()
660 if(!mmul.isOne()) mterm *= mmul; in integrate_function()
669 if(!mmul.isOne()) mterm1 *= mmul; in integrate_function()
673 if(!mmul.isOne()) mterm1 /= mmul; in integrate_function()
967 if(!mmul.isOne()) marg *= mmul; in integrate_function()
1812 if(!mmul.isOne()) marg *= mmul; in integrate_function()
3308 if(!mmul.isOne()) np1 *= mmul; in integrate_function()
3317 if(!mmul.isOne()) mnum *= mmul; in integrate_function()
[all …]
H A DMathStructure-factor.cc259 if(mmul.isOne()) mmul.clear(); in multiply_lcm()
263 if(mmul[mmul.size() - 1].isOne()) { in multiply_lcm()
265 if(mmul.size() == 1) mmul.setToChild(1); in multiply_lcm()
275 if(mmul.size() > 0 && mmul[0].isNumber()) { in multiply_lcm()
310 mmul = e; in multiply_lcm()
313 mmul = e; in multiply_lcm()
319 mmul = e; in multiply_lcm()
603 mmul.childUpdated(mmul.size()); in gather_factors()
620 if(mmul.size() == 0) mmul.clear(); in gather_factors()
621 else if(mmul.size() == 1) mmul.setToChild(1); in gather_factors()
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dfieldpattern.cpp208 add(mmul(R, M)); in add()
227 M = mmul(M,M); if(N&1) res = mmul(res, M); in mpow()
367 P = mmul(P, M); in check_order()
1049 W = mmul(W, Wall); in analyze()
1054 W = mmul(W, Wall); in analyze()
1063 W = mmul(W, Wall); in analyze()
1092 W = mmul(W, Wall); in analyze()
1104 W = mmul(W, Wall); in analyze()
1106 W = mmul(P, W); in analyze()
1109 W = mmul(W, Wall); in analyze()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmmul.c406 void (*mmul)(); in I8() local
478 mmul = dotp_int1; in I8()
481 mmul = dotp_int2; in I8()
484 mmul = dotp_int4; in I8()
487 mmul = dotp_log1; in I8()
490 mmul = dotp_log2; in I8()
493 mmul = dotp_log4; in I8()
496 mmul = dotp_int8; in I8()
499 mmul = dotp_log8; in I8()
633 void (*mmul)(); in I8() local
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dexpr-deriv.c268 GnmExpr const *res = mmul (l->binary.value_a, 1, in mmul()
269 mmul (l->binary.value_b, 1, in mmul()
536 GnmExpr const *t1 = mmul (da, 0, b, 1); in gnm_expr_deriv()
537 GnmExpr const *t2 = mmul (a, 1, db, 0); in gnm_expr_deriv()
544 GnmExpr const *t1 = mmul (da, 0, b, 1); in gnm_expr_deriv()
545 GnmExpr const *t2 = mmul (a, 1, db, 0); in gnm_expr_deriv()
547 GnmExpr const *n = mmul (b, 1, b, 1); in gnm_expr_deriv()
560 return mmul (mmul (b, 1, t1, 0), 0, da, 0); in gnm_expr_deriv()
565 GnmExpr const *t2 = mmul in gnm_expr_deriv()
569 return mmul (expr, 1, s, 0); in gnm_expr_deriv()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/assumptions/handlers/
H A Dmatrices.py43 factor, mmul = expr.as_coeff_mmul()
50 if len(mmul.args) >= 2 and mmul.args[0] == mmul.args[-1].T:
51 if len(mmul.args) == 2:
111 factor, mmul = expr.as_coeff_mmul()
115 for arg in mmul.args):
214 factor, mmul = expr.as_coeff_mmul()
219 for arg in mmul.args):
273 factor, mmul = expr.as_coeff_mmul()
278 for arg in mmul.args):
368 if (len(mmul.args) >= 2
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dmatmul_bounds_9.f907 subroutine mmul(c, a, b) subroutine
11 end subroutine mmul argument
22 call mmul(c,a,b)
/dports/lang/gcc48/gcc-4.8.5/gcc/config/picochip/
H A Dt-picochip21 MULTILIB_OPTIONS = mmul-type=none/mmul-type=mac/mmul-type=mul mno-byte-access/mbyte-access
24 MULTILIB_EXCEPTIONS = mmul-type=mul/mno-byte-access

12345678910>>...32