Changeset 20dccf3 in mainline for uspace/lib/softfloat/include/softfloat.h
- Timestamp:
- 2012-08-17T10:50:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7feb86e6, bdf3c0c
- Parents:
- 568693b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/softfloat.h
r568693b r20dccf3 173 173 174 174 /* SPARC quadruple-precision wrappers */ 175 176 175 extern void _Qp_add(long double *, long double *, long double *); 177 176 extern void _Qp_sub(long double *, long double *, long double *); … … 204 203 extern int _Qp_fne(long double *, long double *); 205 204 205 /* ARM EABI */ 206 extern double __aeabi_i2d(int); 207 extern double __aeabi_ui2d(unsigned int); 208 extern unsigned int __aeabi_d2uiz(double); 209 extern int __aeabi_d2iz(double); 210 211 extern int __aeabi_dcmpge(double, double); 212 extern int __aeabi_dcmpgt(double, double); 213 extern int __aeabi_dcmplt(double, double); 214 215 extern double __aeabi_dadd(double, double); 216 extern double __aeabi_dsub(double, double); 217 extern double __aeabi_dmul(double, double); 218 extern double __aeabi_ddiv(double, double); 219 206 220 /* Not implemented yet */ 207 221 extern void _Qp_sqrt(long double *, long double *);
Note:
See TracChangeset
for help on using the changeset viewer.