#include "irrlichttypes.h"
Include dependency graph for ieee_float.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | FloatType { FLOATTYPE_UNKNOWN , FLOATTYPE_SLOW , FLOATTYPE_SYSTEM } |
Functions | |
| f32 | u32Tof32Slow (u32 i) |
| u32 | f32Tou32Slow (f32 f) |
| FloatType | getFloatSerializationType () |
| enum FloatType |
| u32 f32Tou32Slow | ( | f32 | f | ) |
Referenced by getFloatSerializationType(), TestSerialization::testFloatFormat(), and writeF32().
Here is the caller graph for this function:| FloatType getFloatSerializationType | ( | ) |
References f32Tou32Slow(), FLOATTYPE_SLOW, FLOATTYPE_SYSTEM, infostream, porting::mt_snprintf(), u32Tof32Slow(), and warningstream.
Referenced by readF32(), TestSerialization::testFloatFormat(), and writeF32().
Here is the call graph for this function:
Here is the caller graph for this function:| f32 u32Tof32Slow | ( | u32 | i | ) |
Referenced by getFloatSerializationType(), readF32(), and TestSerialization::testFloatFormat().
Here is the caller graph for this function: