Searched defs:mpfr_custom_move (Results 1 – 2 of 2) sorted by relevance
55 mpfr_custom_move (mpfr_ptr x, void *new_position) in mpfr_custom_move() function
853 #define mpfr_custom_move(x,m) do { ((x)->_mpfr_d = (mp_limb_t*)(m)); } while (0) macro