Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

tfpreg

Record describing floating point register in signal handler.

Declaration

Source position: sighndh.inc line 20

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: Jul 24 2023