Home
last modified time | relevance | path

Searched refs:MPFR_SET_ALLOC_SIZE (Results 1 – 7 of 7) sorted by relevance

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtcheck.c113 MPFR_SET_ALLOC_SIZE (a, 0); in main()
116 MPFR_SET_ALLOC_SIZE (a, MP_SIZE_T_MIN); in main()
118 MPFR_SET_ALLOC_SIZE (a, MPFR_LIMB_SIZE (a) - 1); in main()
121 MPFR_SET_ALLOC_SIZE (a, s); in main()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dset_prec.c47 MPFR_SET_ALLOC_SIZE(x, xsize); in mpfr_set_prec()
H A Dinit2.c62 MPFR_SET_ALLOC_SIZE(x, xsize); /* Fix alloc size of Mantissa */ in mpfr_init2()
H A Dround_prec.c82 MPFR_SET_ALLOC_SIZE(x, nw); /* new number of allocated limbs */ in mpfr_prec_round()
H A Dmpfr-impl.h1321 #define MPFR_SET_ALLOC_SIZE(x, n) \ macro
/dports/math/cmh/cmh-1.1.0/src/
H A Dmacros.h104 #define MPFR_SET_ALLOC_SIZE(x, n) \
/dports/lang/racket/racket-8.3/share/pkgs/math-lib/math/private/bigfloat/
H A Dmpfr.rkt338 ;; Reimplementation of MPFR_SET_ALLOC_SIZE