Home
last modified time | relevance | path

Searched refs:mpfr_custom_get_size (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtstckintc.c42 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 …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dstack_interface.c26 #undef mpfr_custom_get_size
28 mpfr_custom_get_size (mpfr_prec_t prec) in mpfr_custom_get_size() function
Dmpfr.h824 __MPFR_DECLSPEC size_t mpfr_custom_get_size (mpfr_prec_t);
1026 #define mpfr_custom_get_size(p) \ macro
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info3372 -- 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 be
4786 * mpfr_custom_get_size: Custom Interface. (line 40)
Dmpfr.texi4083 @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
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog2227 * src/mpfr.h: added a cast in the mpfr_custom_get_size() macro so that
2234 Fixed mpfr_custom_get_size() macro and added non-regression test.
2236 * src/mpfr.h: added missing cast in mpfr_custom_get_size() macro.