Changeset 5f9768bb in mainline for uspace/lib/softfloat/softfloat.h
- Timestamp:
- 2013-11-19T11:36:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67ddb71
- Parents:
- 18dc93c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/softfloat.h
r18dc93c r5f9768bb 208 208 extern double __aeabi_i2d(int); 209 209 extern double __aeabi_ui2d(unsigned int); 210 extern double __aeabi_l2d(long long); 211 extern float __aeabi_l2f(long long); 212 extern float __aeabi_ul2f(unsigned long long); 210 213 extern unsigned int __aeabi_d2uiz(double); 214 extern long long __aeabi_d2lz(double); 211 215 212 216 extern int __aeabi_f2iz(float);
Note:
See TracChangeset
for help on using the changeset viewer.