Searched refs:mpfr_custom_get_size (Results 1 – 6 of 6) sorted by relevance
42 s1 = mpfr_custom_get_size (p); in test_get_size()43 s2 = mpfr_custom_get_size (u); in test_get_size()58 s1 = mpfr_custom_get_size (p); in test_get_size()59 s2 = mpfr_custom_get_size (i); in test_get_size()125 void *mantissa = new_st (mpfr_custom_get_size (p)); in new_mpfr()137 void *mantissa = new_st ((mpfr_custom_get_size) (p)); in new_nan1()149 void *mantissa = new_st ((mpfr_custom_get_size) (p)); in new_nan2()187 void *mantissa = new_st ((mpfr_custom_get_size) (p)); in new_inf()199 size_t size_mantissa = mpfr_custom_get_size (mpfr_get_prec (x)); in return_mpfr()246 size_t size_mantissa = (mpfr_custom_get_size) (mpfr_get_prec (x)); in return_mpfr_func()[all …]
26 #undef mpfr_custom_get_size28 mpfr_custom_get_size (mpfr_prec_t prec) in mpfr_custom_get_size() function
824 __MPFR_DECLSPEC size_t mpfr_custom_get_size (mpfr_prec_t);1026 #define mpfr_custom_get_size(p) \ macro
3372 -- Function: size_t mpfr_custom_get_size (mpfr_prec_t PREC)3379 be an area of ‘mpfr_custom_get_size (prec)’ bytes at least and be4786 * mpfr_custom_get_size: Custom Interface. (line 40)
4083 @deftypefun size_t mpfr_custom_get_size (mpfr_prec_t @var{prec})4090 @var{significand} must be an area of @code{mpfr_custom_get_size (prec)} bytes
2227 * src/mpfr.h: added a cast in the mpfr_custom_get_size() macro so that2234 Fixed mpfr_custom_get_size() macro and added non-regression test.2236 * src/mpfr.h: added missing cast in mpfr_custom_get_size() macro.