Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/include/nw/gfx/
Dgfx_ParticleTime.h75 f32 GetFloat32Value() const { return ParticleTimeToFloat32(m_ParticleTime); }
249 f32 GetFloat32Value() const { return m_ParticleTime; }
335 return ParticleTime(this->GetFloat32Value() / length.GetFloat32Value() * factor);
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1684 u32 flife = 0x10000 / lifeParam.GetFloat32Value(); in ParticleFloatImmediate4KeyUpdater()
1690 u32 ftime = (u32)(difftime.GetFloat32Value() * flife); in ParticleFloatImmediate4KeyUpdater()
1715 f32 flife = 1.0f / life[index].GetFloat32Value(); in ParticleFloatImmediate4KeyUpdater()
1718 u32 ftime = difftime.GetFloat32Value() * flife * 0x10000; in ParticleFloatImmediate4KeyUpdater()
1875 math::FFloor(time_birth.GetFloat32Value() / interval) in ParticleRandomUpdater()
1876 - math::FCeil(prev_birth.GetFloat32Value() / interval) in ParticleRandomUpdater()
2791 const f32 diffTime = diffTimePtcl.GetFloat32Value(); in UpdateParticles()
2972 prevTime.GetFloat32Value(), in UpdateParticles()
2973 time.GetFloat32Value() in UpdateParticles()
3273 int end = (int)(resource.GetEnd() * life.GetFloat32Value()); in CheckTiming()
[all …]