Home | History | Annotate | Line # | Download | only in include
float.h revision 1.2
      1 /*	$NetBSD: float.h,v 1.2 2003/04/19 23:05:30 christos Exp $	*/
      2 
      3 #ifndef _HPPA_FLOAT_H_
      4 #define _HPPA_FLOAT_H_
      5 
      6 #define	FLT_ROUNDS	1
      7 #define	LDBL_MANT_DIG	113
      8 #include <sys/math_ieee.h>
      9 
     10 #endif /* _HPPA_FLOAT_H_ */
     11