Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_Float24.h96 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
253 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
407 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
565 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
726 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
824 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
920 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
1015 f32 GetFloat32Value() const { return m_Float32; } in GetFloat32Value() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleTime.h75 f32 GetFloat32Value() const { return ParticleTimeToFloat32(m_ParticleTime); }
263 f32 GetFloat32Value() const { return m_ParticleTime; }
349 return ParticleTime(this->GetFloat32Value() / length.GetFloat32Value() * factor);
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1742 value = value2 * ftime.GetFloat32Value() + value0; in ParticleFloatImmediate4KeyUpdater()
1754 value = value3 * ftime.GetFloat32Value() + value4; in ParticleFloatImmediate4KeyUpdater()
1781 value = value2 * ftime.GetFloat32Value() + value0; in ParticleFloatImmediate4KeyUpdater()
1793 value = value3 * ftime.GetFloat32Value() + value4; in ParticleFloatImmediate4KeyUpdater()
1843 u32 utime = (u32)(ftime.GetFloat32Value() * 0x10000); in ParticleVector3Immediate4KeyUpdater()
1853 value = value2 * ftime.GetFloat32Value() + value0; in ParticleVector3Immediate4KeyUpdater()
1865 value = value3 * ftime.GetFloat32Value() + value4; in ParticleVector3Immediate4KeyUpdater()
1883 u32 utime = (u32)(ftime.GetFloat32Value() * 0x10000); in ParticleVector3Immediate4KeyUpdater()
1893 value = value2 * ftime.GetFloat32Value() + value0; in ParticleVector3Immediate4KeyUpdater()
1905 value = value3 * ftime.GetFloat32Value() + value4; in ParticleVector3Immediate4KeyUpdater()
[all …]