Home | History | Annotate | Line # | Download | only in include
ieeefp.h revision 1.7
      1  1.7  christos /*	$NetBSD: ieeefp.h,v 1.7 2005/11/18 20:02:59 christos Exp $	*/
      2  1.4     perry 
      3  1.1       jtc /*
      4  1.1       jtc  * Written by J.T. Conklin, Apr 6, 1995
      5  1.1       jtc  * Public domain.
      6  1.1       jtc  */
      7  1.1       jtc 
      8  1.1       jtc #ifndef _IEEEFP_H_
      9  1.1       jtc #define _IEEEFP_H_
     10  1.1       jtc 
     11  1.1       jtc #include <sys/cdefs.h>
     12  1.3   mycroft #include <machine/ieeefp.h>
     13  1.1       jtc 
     14  1.7  christos __BEGIN_DECLS
     15  1.6     perry fp_rnd    fpgetround(void);
     16  1.6     perry fp_rnd    fpsetround(fp_rnd);
     17  1.6     perry fp_except fpgetmask(void);
     18  1.6     perry fp_except fpsetmask(fp_except);
     19  1.6     perry fp_except fpgetsticky(void);
     20  1.6     perry fp_except fpsetsticky(fp_except);
     21  1.7  christos __END_DECLS
     22  1.1       jtc 
     23  1.1       jtc #endif /* _IEEEFP_H_ */
     24