HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_custom_move (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
stack_interface.c 54 #undef mpfr_custom_move macro
56 mpfr_custom_move (mpfr_ptr x, void *new_position) function
mpfr.h 829 __MPFR_DECLSPEC void mpfr_custom_move (mpfr_ptr, void *);
1038 #define mpfr_custom_move(x,m) (((mpfr_ptr) (x))->_mpfr_d = (mp_limb_t *) (m)) macro
  /src/external/lgpl3/mpfr/dist/tests/
tstckintc.c 230 mpfr_custom_move ((i1++, VOIDP_CAST(newx)), (i2++, newx2));
252 (mpfr_custom_move) (newx, old_stack + ALIGNED (sizeof (mpfr_t)));

Completed in 86 milliseconds