Home
last modified time | relevance | path

Searched refs:mpfr_custom_move (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dstack_interface.c53 #undef mpfr_custom_move
55 mpfr_custom_move (mpfr_ptr x, void *new_position) in mpfr_custom_move() function
H A Dmpfr.h720 __MPFR_DECLSPEC void mpfr_custom_move _MPFR_PROTO ((mpfr_ptr, void *));
853 #define mpfr_custom_move(x,m) do { ((x)->_mpfr_d = (mp_limb_t*)(m)); } while (0) macro
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info2673 -- Function: void mpfr_custom_move (mpfr_t X, void *NEW_POSITION)
3777 * mpfr_custom_move: Custom Interface. (line 85)