VirtualBox

Changeset 35584 in vbox


Ignore:
Timestamp:
Jan 17, 2011 2:17:50 PM (14 years ago)
Author:
vboxsync
Message:

RTFLOAT80U fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r35525 r35584  
    519519        /** The exponent (offseted by 16383). */
    520520        RT_GCC_EXTENSION uint16_t   uExponent : 15;
    521         /** The fraction. */
    522         uint64_t                    u64Fraction;
     521        /** The mantissa. */
     522        uint64_t                    u64Mantissa;
    523523# else
    524         /** The fraction. */
    525         uint64_t                    u64Fraction;
     524        /** The mantissa. */
     525        uint64_t                    u64Mantissa;
    526526        /** The exponent (offseted by 16383). */
    527527        RT_GCC_EXTENSION uint16_t   uExponent : 15;
     
    566566        /** The exponent (offseted by 16383). */
    567567        RT_GCC_EXTENSION uint16_t   uExponent : 15;
    568         /** The fraction. */
     568        /** The mantissa. */
    569569        uint64_t                    u64Mantissa;
    570570#else
    571         /** The fraction. */
     571        /** The mantissa. */
    572572        uint64_t                    u64Mantissa;
    573573        /** The exponent (offseted by 16383). */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette