2004-03-28 Hans Leidekker <hans@it.vu.nl>
* include/math.h (FP_*): Add defines.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2004-03-28  Hans Leidekker  <hans@it.vu.nl> | ||||||
|  |  | ||||||
|  | 	* include/math.h (FP_*): Add defines. | ||||||
|  |  | ||||||
| 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net> | 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* mingwex/math/round.c: Rewrite. | 	* mingwex/math/round.c: Rewrite. | ||||||
|   | |||||||
| @@ -234,6 +234,17 @@ _CRTIMP double __cdecl scalb (double, long); | |||||||
| _CRTIMP int __cdecl finite (double); | _CRTIMP int __cdecl finite (double); | ||||||
| _CRTIMP int __cdecl fpclass (double); | _CRTIMP int __cdecl fpclass (double); | ||||||
|  |  | ||||||
|  | #define FP_SNAN    _FPCLASS_SNAN | ||||||
|  | #define FP_QNAN    _FPCLASS_QNAN | ||||||
|  | #define FP_NINF    _FPCLASS_NINF | ||||||
|  | #define FP_PINF    _FPCLASS_PINF | ||||||
|  | #define FP_NDENORM _FPCLASS_ND | ||||||
|  | #define FP_PDENORM _FPCLASS_PD | ||||||
|  | #define FP_NZERO   _FPCLASS_NZ | ||||||
|  | #define FP_PZERO   _FPCLASS_PZ | ||||||
|  | #define FP_NNORM   _FPCLASS_NN | ||||||
|  | #define FP_PNORM   _FPCLASS_PN | ||||||
|  |  | ||||||
| #endif /* Not _NO_OLDNAMES */ | #endif /* Not _NO_OLDNAMES */ | ||||||
|  |  | ||||||
| /* This require msvcr70.dll or higher. */  | /* This require msvcr70.dll or higher. */  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user