Home
last modified time | relevance | path

Searched refs:new_position (Results 1 – 6 of 6) 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() argument
58 MPFR_MANT (x) = (mp_limb_t *) new_position; in mpfr_custom_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc9934 int new_position = (TARGET_VTABLE_DATA_ENTRY_DISTANCE * ix in build_vtbl_initializer() local
9937 (*vid.inits)[new_position] = *e; in build_vtbl_initializer()
9941 constructor_elt *f = &(*vid.inits)[new_position - j]; in build_vtbl_initializer()
H A DChangeLog-20102263 * class.c (build_vtbl_initializer): Adjust computation of new_position
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c9816 int new_position = (TARGET_VTABLE_DATA_ENTRY_DISTANCE * ix in build_vtbl_initializer() local
9819 (*vid.inits)[new_position] = *e; in build_vtbl_initializer()
9823 constructor_elt *f = &(*vid.inits)[new_position - j]; in build_vtbl_initializer()
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.texi4141 @deftypefun void mpfr_custom_move (mpfr_t @var{x}, void *@var{new_position})
4143 and update its new position to @code{new_position}.
H A Dmpfr.info3422 collect and update its new position to ‘new_position’. However,