Changeset aa59fa0 in mainline for softfloat/include/div.h
- Timestamp:
- 2006-03-16T00:32:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 585819d
- Parents:
- 69cdeec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/include/div.h
r69cdeec raa59fa0 33 33 float64 divFloat64(float64 a, float64 b); 34 34 35 __u64 divFloat64estim(__u64 a, __u64b);35 uint64_t divFloat64estim(uint64_t a, uint64_t b); 36 36 37 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.