Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Float24.h893 class Fixed11
899 Fixed11() : m_Float32( 0.0f ) {} in Fixed11() function
906 explicit Fixed11( u32 fixed11 ) in Fixed11() function
916 explicit Fixed11( f32 fvalue ) in Fixed11() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Fog.cpp372 …u32 value = nw::ut::Fixed13::Float32ToFixed13(viewPos.z - prevLut) | (nw::ut::Fixed11::Float32ToFi… in SetupFogSampler()