Home
last modified time | relevance | path

Searched defs:mpfr_custom_move (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dstack_interface.c56 mpfr_custom_move (mpfr_ptr x, void *new_position) in mpfr_custom_move() function
H A Dmpfr.h1038 #define mpfr_custom_move(x,m) (((mpfr_ptr) (x))->_mpfr_d = (mp_limb_t *) (m)) macro