Home
last modified time | relevance | path

Searched defs:mp_rnd_t (Results 1 – 24 of 24) sorted by relevance

/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dnr_FP_d.inl143 inline void FP_NR<double>::add(const FP_NR<double> &b, const FP_NR<double> &c, mp_rnd_t /*rnd*/) argument
149 inline void FP_NR<double>::sub(const FP_NR<double> &b, const FP_NR<double> &c, mp_rnd_t /*rnd*/) argument
155 inline void FP_NR<double>::mul(const FP_NR<double> &b, const FP_NR<double> &c, mp_rnd_t /*rnd*/) argument
161 inline void FP_NR<double>::mul_d(const FP_NR<double> &b, const double c, mp_rnd_t /*rnd*/) argument
172 inline void FP_NR<double>::div(const FP_NR<double> &b, const FP_NR<double> &c, mp_rnd_t /*rnd*/) argument
178 inline void FP_NR<double>::addmul(const FP_NR<double> &b, const FP_NR<double> &c, mp_rnd_t /*rnd*/) argument
189 template <> inline void FP_NR<double>::pow_si(const FP_NR<double> &a, long b, mp_rnd_t /*rnd*/) argument
194 template <> inline void FP_NR<double>::exponential(const FP_NR<double> &a, mp_rnd_t /*rnd*/) argument
199 template <> inline void FP_NR<double>::log(const FP_NR<double> &a, mp_rnd_t /*rnd*/) argument
204 template <> inline void FP_NR<double>::sqrt(const FP_NR<double> &s, mp_rnd_t /*rnd*/) argument
[all …]
H A Dnr_FP_ld.inl154 mp_rnd_t /*rnd*/) argument
161 mp_rnd_t /*rnd*/) argument
168 mp_rnd_t /*rnd*/) argument
186 mp_rnd_t /*rnd*/) argument
193 mp_rnd_t /*rnd*/) argument
200 mp_rnd_t /*rnd*/) argument
206 inline void FP_NR<long double>::pow_si(const FP_NR<long double> &a, long b, mp_rnd_t /*rnd*/) argument
212 inline void FP_NR<long double>::exponential(const FP_NR<long double> &a, mp_rnd_t /*rnd*/) argument
217 template <> inline void FP_NR<long double>::log(const FP_NR<long double> &a, mp_rnd_t /*rnd*/) argument
222 template <> inline void FP_NR<long double>::sqrt(const FP_NR<long double> &s, mp_rnd_t /*rnd*/) argument
[all …]
H A Dnr_FP_misc.inl18 template <> template <> inline void FP_NR<double>::set_z(const Z_NR<long> &a, mp_rnd_t /*rnd*/) argument
26 template <> template <> inline void FP_NR<double>::set_z(const Z_NR<double> &a, mp_rnd_t /*rnd*/) argument
33 template <> template <> inline void FP_NR<double>::set_z(const Z_NR<mpz_t> &a, mp_rnd_t /*rnd*/) argument
43 template <> template <> inline void FP_NR<long double>::set_z(const Z_NR<long> &a, mp_rnd_t /*rnd*/) argument
53 inline void FP_NR<long double>::set_z(const Z_NR<double> &a, mp_rnd_t /*rnd*/) argument
62 inline void FP_NR<long double>::set_z(const Z_NR<mpz_t> &a, mp_rnd_t /*rnd*/) argument
74 template <> template <> inline void FP_NR<dpe_t>::set_z(const Z_NR<long> &a, mp_rnd_t /*rnd*/) argument
82 template <> template <> inline void FP_NR<dpe_t>::set_z(const Z_NR<double> &a, mp_rnd_t /*rnd*/) argument
89 template <> template <> inline void FP_NR<dpe_t>::set_z(const Z_NR<mpz_t> &a, mp_rnd_t /*rnd*/) argument
101 template <> template <> inline void FP_NR<dd_real>::set_z(const Z_NR<long> &a, mp_rnd_t) argument
[all …]
H A Dnr_FP_dpe.inl39 template <> inline void FP_NR<dpe_t>::set_mpfr(mpfr_t r, mp_rnd_t /*rnd*/) argument
140 inline void FP_NR<dpe_t>::add(const FP_NR<dpe_t> &a, const FP_NR<dpe_t> &b, mp_rnd_t /*rnd*/) argument
146 inline void FP_NR<dpe_t>::sub(const FP_NR<dpe_t> &a, const FP_NR<dpe_t> &b, mp_rnd_t /*rnd*/) argument
152 inline void FP_NR<dpe_t>::mul(const FP_NR<dpe_t> &a, const FP_NR<dpe_t> &b, mp_rnd_t /*rnd*/) argument
168 inline void FP_NR<dpe_t>::div(const FP_NR<dpe_t> &a, const FP_NR<dpe_t> &b, mp_rnd_t /*rnd*/) argument
174 inline void FP_NR<dpe_t>::addmul(const FP_NR<dpe_t> &a, const FP_NR<dpe_t> &b, mp_rnd_t /*rnd*/) argument
185 template <> inline void FP_NR<dpe_t>::pow_si(const FP_NR<dpe_t> &a, long b, mp_rnd_t /*rnd*/) argument
190 template <> inline void FP_NR<dpe_t>::exponential(const FP_NR<dpe_t> &a, mp_rnd_t /*rnd*/) argument
196 template <> inline void FP_NR<dpe_t>::log(const FP_NR<dpe_t> &a, mp_rnd_t /*rnd*/) argument
202 template <> inline void FP_NR<dpe_t>::sqrt(const FP_NR<dpe_t> &a, mp_rnd_t /*rnd*/) argument
[all …]
H A Dnr_FP_qd.inl150 inline void FP_NR<qd_real>::add(const FP_NR<qd_real> &b, const FP_NR<qd_real> &c, mp_rnd_t /*rnd*/) argument
156 inline void FP_NR<qd_real>::sub(const FP_NR<qd_real> &b, const FP_NR<qd_real> &c, mp_rnd_t /*rnd*/) argument
168 inline void FP_NR<qd_real>::mul_d(const FP_NR<qd_real> &b, const double c, mp_rnd_t /*rnd*/) argument
186 mp_rnd_t /*rnd*/) argument
193 mp_rnd_t /*rnd*/) argument
198 template <> inline void FP_NR<qd_real>::pow_si(const FP_NR<qd_real> &a, long b, mp_rnd_t /*rnd*/) argument
203 template <> inline void FP_NR<qd_real>::exponential(const FP_NR<qd_real> &a, mp_rnd_t /*rnd*/) argument
208 template <> inline void FP_NR<qd_real>::log(const FP_NR<qd_real> &a, mp_rnd_t /*rnd*/) argument
213 template <> inline void FP_NR<qd_real>::sqrt(const FP_NR<qd_real> &a, mp_rnd_t /*rnd*/) argument
219 inline void FP_NR<qd_real>::root(const FP_NR<qd_real> &a, unsigned int k, mp_rnd_t /*rnd*/) argument
[all …]
H A Dnr_FP_dd.inl154 inline void FP_NR<dd_real>::add(const FP_NR<dd_real> &b, const FP_NR<dd_real> &c, mp_rnd_t /*rnd*/) argument
160 inline void FP_NR<dd_real>::sub(const FP_NR<dd_real> &b, const FP_NR<dd_real> &c, mp_rnd_t /*rnd*/) argument
172 inline void FP_NR<dd_real>::mul_d(const FP_NR<dd_real> &b, const double c, mp_rnd_t /*rnd*/) argument
190 mp_rnd_t /*rnd*/) argument
197 mp_rnd_t /*rnd*/) argument
202 template <> inline void FP_NR<dd_real>::pow_si(const FP_NR<dd_real> &a, long b, mp_rnd_t /*rnd*/) argument
207 template <> inline void FP_NR<dd_real>::exponential(const FP_NR<dd_real> &a, mp_rnd_t /*rnd*/) argument
212 template <> inline void FP_NR<dd_real>::log(const FP_NR<dd_real> &a, mp_rnd_t /*rnd*/) argument
217 template <> inline void FP_NR<dd_real>::sqrt(const FP_NR<dd_real> &a, mp_rnd_t /*rnd*/) argument
223 inline void FP_NR<dd_real>::root(const FP_NR<dd_real> &a, unsigned int k, mp_rnd_t /*rnd*/) argument
[all …]
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Random/
H A DRandom.xs37 # define mp_rnd_t mpfr_rnd_t macro
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A Dmath_mpfr_include.h378 # define mp_rnd_t mpfr_rnd_t macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/deps/MPFR/mpfr/include/
H A Dmpfr.h152 # define mp_rnd_t mpfr_rnd_t macro
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpfr.h233 # define mp_rnd_t mpfr_rnd_t macro
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const-call.c214 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const-call.c218 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const-call.c214 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbuiltins.c8278 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_logarithm() argument
8617 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_exponent() argument
13737 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg1() argument
13782 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg2() argument
13827 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg3() argument
13946 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_bessel_n() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbuiltins.c8246 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_logarithm() argument
8585 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_exponent() argument
13661 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg1() argument
13706 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg2() argument
13751 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg3() argument
13870 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_bessel_n() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbuiltins.c8242 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_logarithm() argument
8581 int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t)) in fold_builtin_exponent() argument
13661 do_mpfr_arg1 (tree arg, tree type, int (*func)(mpfr_ptr, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg1() argument
13706 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg2() argument
13751 int (*func)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)) in do_mpfr_arg3() argument
13870 int (*func)(mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_bessel_n() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const-call.c219 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const-call.c219 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const-call.c219 int (*func) (mpfr_ptr, long, mpfr_srcptr, mp_rnd_t), in do_mpfr_arg2() argument