Changeset a82695c in mainline for softfloat/include/conversion.h
- Timestamp:
- 2006-02-22T11:29:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d83419
- Parents:
- 2cb202e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/conversion.h
r2cb202e ra82695c 34 34 float32 convertFloat64ToFloat32(float64 a); 35 35 36 __u32 float32_to_uint32(float32 a); 37 __s32 float32_to_int32(float32 a); 38 __u64 float64_to_uint64(float64 a); 39 __s64 float64_to_int64(float64 a); 40 __u64 float32_to_uint64(float32 a); 41 __s64 float32_to_int64(float32 a); 42 __u32 float64_to_uint32(float64 a); 43 __s32 float64_to_int32(float64 a); 44 45 36 46 #endif 37 47
Note:
See TracChangeset
for help on using the changeset viewer.