Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h1001 explicit FixedU24( u32 fixedU24 ) in FixedU24() argument
1003 m_Float32 = FixedU24ToFloat32( fixedU24 ); in FixedU24()
1027 static f32 FixedU24ToFloat32(u32 fixedU24) in FixedU24ToFloat32() argument
1029 f32 float32 = static_cast<f32>(fixedU24); in FixedU24ToFloat32()