Home
last modified time | relevance | path

Searched defs:mul_si (Results 1 – 7 of 7) sorted by relevance

/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dnr_Z_d.inl160 template <> inline void Z_NR<double>::mul_si(const Z_NR<double> &a, long int b) function in Z_NR
H A Dnr_Z_l.inl133 template <> inline void Z_NR<long>::mul_si(const Z_NR<long> &a, long b) { data = a.data * b; } function in Z_NR
H A Dnr_Z_mpz.inl139 template <> inline void Z_NR<mpz_t>::mul_si(const Z_NR<mpz_t> &a, long b) function in Z_NR
/dports/security/pbc/pbc-0.5.14/include/
H A Dpbc_field.h66 void (*mul_si)(element_ptr, element_ptr, signed long int); member
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/ext/
H A Dxmpq.rs820 pub fn mul_si<O: OptRational>(rop: &mut Rational, lhs: O, rhs: c_long) { in mul_si() function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/src/
H A Dmpc.rs391 pub fn mul_si(rop: mpc_ptr, op1: mpc_srcptr, op2: c_long, rnd: rnd_t) -> c_int; in mul_si() function
H A Dmpfr.rs592 pub fn mul_si(rop: mpfr_ptr, op1: mpfr_srcptr, op2: c_long, rnd: rnd_t) -> c_int; in mul_si() function