a2dfb1b570
in terms of float_ieee.h
11 lines
215 B
C
11 lines
215 B
C
/* $NetBSD: float.h,v 1.2 2003/04/19 23:05:30 christos Exp $ */
|
|
|
|
#ifndef _HPPA_FLOAT_H_
|
|
#define _HPPA_FLOAT_H_
|
|
|
|
#define FLT_ROUNDS 1
|
|
#define LDBL_MANT_DIG 113
|
|
#include <sys/math_ieee.h>
|
|
|
|
#endif /* _HPPA_FLOAT_H_ */
|