Source position: libgmp.pp line 174
type T_mpf_struct = record
_mp_prec: Tcint;
_mp_size: Tcint;
_mp_exp: Tmp_exp_t;
_mp_d: Pmp_limb_t;
end;