NO

Author Topic: is there a 10 bytes real number ?  (Read 2930 times)

whatsup

  • Guest
is there a 10 bytes real number ?
« on: November 11, 2010, 08:09:02 PM »
????

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2098
Re: is there a 10 bytes real number ?
« Reply #1 on: November 12, 2010, 10:27:31 AM »
This is the internal INTEL and MOTOROLA floating point "extended precision" that uses 64 bits mantissa, 15 bits exponent and 1 bit sign in their math coprocessors.
This data type has been standardized by IEEE as ten bytes floating point formats.
You can access to this option for X86 processors in assembler using the types "TBYTES" or "REAL10".
Specific assembler instructions handle conversion from extended precision to standard precision.
For more info see http://en.wikipedia.org/wiki/Extended_precision and INTEL assembler manuals.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Kia_Williams

  • Guest
Re: is there a 10 bytes real number ?
« Reply #2 on: January 07, 2011, 07:58:07 PM »
There are 10 kinds of people in this world, those who understand Binary and those who don't.

;) (sorry to tempting)