Luanti 5.16.0-dev
Loading...
Searching...
No Matches
ieee_float.h File Reference
#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 ()

Enumeration Type Documentation

◆ FloatType

enum FloatType
Enumerator
FLOATTYPE_UNKNOWN 
FLOATTYPE_SLOW 
FLOATTYPE_SYSTEM 

Function Documentation

◆ f32Tou32Slow()

u32 f32Tou32Slow ( f32 f)
nodiscard

Referenced by getFloatSerializationType(), TestSerialization::testFloatFormat(), and writeF32().

Here is the caller graph for this function:

◆ getFloatSerializationType()

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:

◆ u32Tof32Slow()

f32 u32Tof32Slow ( u32 i)
nodiscard

Referenced by getFloatSerializationType(), readF32(), and TestSerialization::testFloatFormat().

Here is the caller graph for this function: