Changeset 88d5c1e in mainline for uspace/lib/softfloat/include/div.h
- Timestamp:
- 2012-04-07T17:55:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41455a22
- Parents:
- 8bcd727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/div.h
r8bcd727 r88d5c1e 37 37 #define __DIV_H__ 38 38 39 extern float32 divFloat32(float32, float32); 40 extern float64 divFloat64(float64, float64); 41 extern float128 divFloat128(float128, float128); 39 extern float32 div_float32(float32, float32); 40 extern float64 div_float64(float64, float64); 41 extern float96 div_float96(float96, float96); 42 extern float128 div_float128(float128, float128); 42 43 43 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.