Home
last modified time | relevance | path

Searched defs:add_mul (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-libpoly/libpoly-0.1.11/src/polyxx/
H A Dinteger.cpp262 Integer& add_mul(Integer& lhs, const Integer& a, const Integer& b) { in add_mul() function
265 Integer& add_mul(const IntegerRing& ir, Integer& lhs, const Integer& a, in add_mul() function
271 Integer& add_mul(Integer& lhs, const Integer& a, int b) { in add_mul() function
274 Integer& add_mul(const IntegerRing& ir, Integer& lhs, const Integer& a, int b) { in add_mul() function
H A Dpolynomial.cpp204 Polynomial& add_mul(Polynomial& lhs, const Polynomial& rhs1, in add_mul() function
/dports/math/libpoly/libpoly-0.1.11/src/polyxx/
H A Dinteger.cpp262 Integer& add_mul(Integer& lhs, const Integer& a, const Integer& b) { in add_mul() function
265 Integer& add_mul(const IntegerRing& ir, Integer& lhs, const Integer& a, in add_mul() function
271 Integer& add_mul(Integer& lhs, const Integer& a, int b) { in add_mul() function
274 Integer& add_mul(const IntegerRing& ir, Integer& lhs, const Integer& a, int b) { in add_mul() function
H A Dpolynomial.cpp204 Polynomial& add_mul(Polynomial& lhs, const Polynomial& rhs1, in add_mul() function
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/complex/
H A Darith.rs574 fn add_mul<O: OptComplex>( in add_mul() function
/dports/math/yices/yices-2.6.2/src/terms/
H A Dbv64_interval_abstraction.c100 static void add_mul(uint32_t a[4], uint32_t x, uint32_t y, uint32_t i) { in add_mul() function
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Darith.rs609 fn add_mul<O: OptFloat>(rop: &mut Float, add: O, mul: MulIncomplete<'_>, rnd: Round) -> Ordering { in add_mul() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dedgeaware_filters_common.cpp274 void add_mul(float *dst, float *src1, float *src2, int w) in add_mul() function
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_int64.c197 static void add_mul(uint32_t a[4], uint32_t x, uint32_t y, uint32_t i) { in add_mul() function
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/Fp_polynomial/
H A Dfft_reps.cc716 void add_mul(modular_fft_rep &x, in add_mul() function
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/Pack/Example/CMSIS_Driver/
H A DUSART_LPC18xx.h210 uint8_t add_mul; member
/dports/math/py-libpoly/libpoly-0.1.11/src/polynomial/
H A Dcoefficient.c1763 STAT_DECLARE(int, coefficient, add_mul) in STAT_DECLARE() argument
/dports/math/libpoly/libpoly-0.1.11/src/polynomial/
H A Dcoefficient.c1763 STAT_DECLARE(int, coefficient, add_mul) in STAT_DECLARE() argument
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.cc880 inline void add_mul(mpz_t * res,mpz_t & prod,const gen &a,const gen &b){ in add_mul() function