Searched refs:mpfr_custom_init (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tstckintc.c | 127 mpfr_custom_init (mantissa, p); in new_mpfr() 139 (mpfr_custom_init) (mantissa, p); in new_nan1() 154 mpfr_custom_init ((i1++, mantissa), (i2++, p)); in new_nan2() 189 (mpfr_custom_init) (mantissa, p); in new_inf() 375 (mpfr_custom_init) (&r[2], p); in dummy_new()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | stack_interface.c | 33 #undef mpfr_custom_init 35 mpfr_custom_init (void *mantissa, mpfr_prec_t prec) in mpfr_custom_init() function
|
| D | mpfr.h | 825 __MPFR_DECLSPEC void mpfr_custom_init (void *, mpfr_prec_t); 1031 #define mpfr_custom_init(m,p) ((void) (m), (void) (p)) macro
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | mpfr.info | 3356 efficiency reasons: for example ‘mpfr_custom_init (s, p)’ uses the 3357 macro, while ‘(mpfr_custom_init) (s, p)’ uses the function. The 3376 -- Function: void mpfr_custom_init (void *SIGNIFICAND, mpfr_prec_t 3399 with ‘mpfr_custom_init’ using the same precision PREC. 4787 * mpfr_custom_init: Custom Interface. (line 44)
|
| D | mpfr.texi | 4067 efficiency reasons: for example @code{mpfr_custom_init (s, p)} 4068 uses the macro, while @code{(mpfr_custom_init) (s, p)} uses the function. 4088 @deftypefun void mpfr_custom_init (void *@var{significand}, mpfr_prec_t @var{prec}) 4113 The @var{significand} must have been initialized with @code{mpfr_custom_init}
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 2119 * src/mpfr.h: The mpfr_custom_init() and mpfr_custom_move() macros
|