Home
last modified time | relevance | path

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

/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/ext/
H A Dxmpfr.rs39 fn mpfr(self) -> *const mpfr_t; in mpfr()
40 fn mpfr_or(self, default: *mut mpfr_t) -> *const mpfr_t; in mpfr_or()
49 fn mpfr(self) -> *const mpfr_t { in mpfr()
53 fn mpfr_or(self, default: *mut mpfr_t) -> *const mpfr_t { in mpfr_or()
68 fn mpfr(self) -> *const mpfr_t { in mpfr()
72 fn mpfr_or(self, _default: *mut mpfr_t) -> *const mpfr_t { in mpfr_or()
312 pub unsafe fn sum_raw(rop: *mut mpfr_t, pointers: &[*const mpfr_t], rnd: Round) -> Ordering { in sum_raw()
356 rop: *mut mpfr_t, in dot_raw()
357 pointers_a: &[*const mpfr_t], in dot_raw()
358 pointers_b: &[*const mpfr_t], in dot_raw()
[all …]
/dports/math/fplll/fplll-5.4.1/fplll/enum/
H A Devaluator.cpp271 bool ExactErrorBoundedEvaluator::get_max_error(FP_NR<mpfr_t> &max_error, const FP_NR<mpfr_t> &) in get_max_error()
/dports/math/fplll/fplll-5.4.1/fplll/nr/
H A Dnr_Z_misc.inl55 template <> template <> inline void Z_NR<long>::get_f_exp(FP_NR<mpfr_t> & /*f*/, long & /*expo*/)
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/src/
H A Dmpfr.rs209 pub struct mpfr_t { struct
211 pub prec: prec_t,
213 pub sign: c_int,
215 pub exp: exp_t,
217 pub d: NonNull<limb_t>,
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs253 pub(crate) fn inner(&self) -> &mpfr_t { in inner()
257 pub(crate) unsafe fn inner_mut(&mut self) -> &mut mpfr_t { in inner_mut()
531 pub fn into_raw(self) -> mpfr_t { in into_raw()
559 pub fn as_raw(&self) -> *const mpfr_t { in as_raw()
584 pub fn as_raw_mut(&mut self) -> *mut mpfr_t { in as_raw_mut()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/deps/MPFR/mpfr/include/
H A Dmpfr.h169 typedef __mpfr_struct mpfr_t[1]; typedef
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpfr.h250 typedef __mpfr_struct mpfr_t[1]; typedef