Searched refs:fixedU24 (Results 1 – 1 of 1) sorted by relevance
1001 explicit FixedU24( u32 fixedU24 ) in FixedU24() argument1003 m_Float32 = FixedU24ToFloat32( fixedU24 ); in FixedU24()1027 static f32 FixedU24ToFloat32(u32 fixedU24) in FixedU24ToFloat32() argument1029 f32 float32 = static_cast<f32>(fixedU24); in FixedU24ToFloat32()