Changeset 1d83419 in mainline for softfloat/include/common.h


Ignore:
Timestamp:
2006-02-24T17:27:19Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba5870d
Parents:
a82695c
Message:

32 bit integers to float type conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/common.h

    ra82695c r1d83419  
    3434float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign);
    3535
     36int countZeroes32(__u32 i);
     37int countZeroes8(__u8 i);
     38
     39void roundFloat32(__s32 *exp, __u32 *fraction);
     40void roundFloat64(__s32 *exp, __u64 *fraction);
     41
    3642#endif
Note: See TracChangeset for help on using the changeset viewer.