Changeset 1d83419 in mainline for softfloat/include/common.h
- Timestamp:
- 2006-02-24T17:27:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba5870d
- Parents:
- a82695c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/common.h
ra82695c r1d83419 34 34 float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign); 35 35 36 int countZeroes32(__u32 i); 37 int countZeroes8(__u8 i); 38 39 void roundFloat32(__s32 *exp, __u32 *fraction); 40 void roundFloat64(__s32 *exp, __u64 *fraction); 41 36 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.