Searched refs:mpfr_custom_init_set (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tstckintc.c | 128 mpfr_custom_init_set (x, 0, 0, p, mantissa); in new_mpfr() 140 (mpfr_custom_init_set) (x, MPFR_NAN_KIND, 0, p, mantissa); in new_nan1() 165 mpfr_custom_init_set ((i1++, VOIDP_CAST(x)), in new_nan2() 190 (mpfr_custom_init_set) (x, -MPFR_INF_KIND, 0, p, mantissa); in new_inf() 396 mpfr_custom_init_set ((i1++, VOIDP_CAST(x)), in dummy_set_si() 451 mpfr_custom_init_set (x, 0 + MPFR_REGULAR_KIND, 0, p, &r[2]); in dummy_add() 452 (mpfr_custom_init_set) (y, a[0], a[1], p, &a[2]); in dummy_add() 453 mpfr_custom_init_set (z, 0 + b[0], b[1], p, &b[2]); in dummy_add() 483 (mpfr_custom_init_set) (x, c[0], c[1], p, &c[2]); in test2() 495 (mpfr_custom_init_set) (x, c[0], c[1], p, &c[2]); in test2()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | stack_interface.c | 61 #undef mpfr_custom_init_set 63 mpfr_custom_init_set (mpfr_ptr x, int kind, mpfr_exp_t exp, in mpfr_custom_init_set() function
|
H A D | mpfr.h | 830 __MPFR_DECLSPEC void mpfr_custom_init_set (mpfr_ptr, int, mpfr_exp_t, 1042 #define mpfr_custom_init_set(x,k,e,p,m) do { \ macro
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 1075 ‘MPFR_DECL_INIT’ or with ‘mpfr_custom_init_set’ (*note Custom 1258 ‘MPFR_DECL_INIT’, and possibly with ‘mpfr_custom_init_set’ (*note 2704 ‘MPFR_DECL_INIT’ or with ‘mpfr_custom_init_set’ (*note Custom 3358 ‘mpfr_custom_init_set’ macro is not usable in contexts where an 3383 -- Function: void mpfr_custom_init_set (mpfr_t X, int KIND, mpfr_exp_t 3403 ‘mpfr_custom_init_set’. The behavior of this function for any 3404 ‘mpfr_t’ not initialized with ‘mpfr_custom_init_set’ is undefined. 3408 with ‘mpfr_custom_init_set’. The behavior of this function for any 3409 ‘mpfr_t’ not initialized with ‘mpfr_custom_init_set’ is undefined. 3418 ‘mpfr_custom_init_set’ is undefined. [all …]
|
H A D | mpfr.texi | 1493 with @code{MPFR_DECL_INIT} or with @code{mpfr_custom_init_set} 1691 possibly with @code{mpfr_custom_init_set} (@pxref{Custom Interface}). 3313 with @code{MPFR_DECL_INIT} or with @code{mpfr_custom_init_set} 4069 The @code{mpfr_custom_init_set} macro is not usable in contexts where 4096 @deftypefun void mpfr_custom_init_set (mpfr_t @var{x}, int @var{kind}, mpfr_exp_t @var{exp}, mpfr_p… 4119 @code{mpfr_custom_init_set}. 4121 with @code{mpfr_custom_init_set} is undefined. 4126 @code{mpfr_custom_init_set}. 4128 with @code{mpfr_custom_init_set} is undefined. 4138 with @code{mpfr_custom_init_set} is undefined. [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 51 like functions (except a minor limitation for mpfr_custom_init_set).
|
H A D | ChangeLog | 2128 mpfr_custom_init_set() macro is not usable in contexts where an 10431 [doc/mpfr.texi] Improved description of mpfr_custom_init_set. 20336 [tests/tstckintc.c] Improved tests when mpfr_custom_init_set is used as 20339 [src/mpfr.h] Fixed bug in the mpfr_custom_init_set macro (typo in
|