num_type.h File Reference
System dependant float/double to integer conversions.
More...
#include "platform.h"
Go to the source code of this file.
|
Defines |
#define | BIT(x) ( 1 << (x) ) |
#define | FloatToInt(a) (SW32)(a) |
#define | DoubleToInt(a) (SW32)(a) |
Detailed Description
System dependant float/double to integer conversions.
- Author:
- Michael Liebscher
- Date:
- 2005