Home
last modified time | relevance | path

Searched refs:fixedU24 (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_Float24.h999 explicit FixedU24( u32 fixedU24 ) in FixedU24() argument
1001 m_Float32 = FixedU24ToFloat32( fixedU24 ); in FixedU24()
1025 static f32 FixedU24ToFloat32(u32 fixedU24) in FixedU24ToFloat32() argument
1027 f32 float32 = static_cast<f32>(fixedU24); in FixedU24ToFloat32()