Changeset 96e01fbc in mainline for uspace/lib/softfloat/include/softfloat.h
- Timestamp:
- 2012-08-31T17:30:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2be2506a
- Parents:
- e0d5bc5 (diff), 0d57c3e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/softfloat/include/softfloat.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softfloat/include/softfloat.h
re0d5bc5 r96e01fbc 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.
