[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#rtl)

tfpreg

Record describing floating point register in signal handler.

Declaration

Source position: sighndh.inc line 21

type tfpreg = record

  significand: array [0..3] of Word;

  

Decimal part of floating point value

  exponent: Word;

  

Exponent of floating point value

end;


Documentation generated on: Nov 14 2015