Lines Matching refs:f32
28 NW_INLINE f32
29 Round( f32 value ) in Round()
34 NW_INLINE f32
37 return f32(value) * (1.f / 1024.f); in CastS9_10ToF32()
41 CastF32ToS9_10( f32 value ) in CastF32ToS9_10()
46 NW_INLINE f32
49 return f32(value) * (1.f / 256.f); in CastS7_8ToF32()
53 CastF32ToS7_8( f32 value ) in CastF32ToS7_8()
58 NW_INLINE f32
61 return f32(value) * (1.f / 32.f); in CastS10_5ToF32()
65 CastF32ToS10_5( f32 value ) in CastF32ToS10_5()
70 NW_INLINE f32
73 return f32(value) * (1.f / 32.f); in CastS6_5ToF32()
77 CastF32ToS6_5( f32 value ) in CastF32ToS6_5()
91 f32 GetFrame() const { return m_Frame; } in GetFrame()
92 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
93 f32 GetValue() const { return m_Value; } in GetValue()
102 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()
103 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()
114 f32 GetFrame() const { return m_Frame; } in GetFrame()
115 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
116 f32 GetValue() const { return m_Value; } in GetValue()
117 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
118 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()
129 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
130 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()
131 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope()
132 f32 GetOutSlope() const { return internal::CastS7_8ToF32(m_OutSlope); } in GetOutSlope()
142 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
143 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()
144 …f32 GetInSlope() const { return internal::CastS6_5ToF32( s16(m_InOutSlope[0] + (s8(m_InOutSlope[1… in GetInSlope()
145 …f32 GetOutSlope() const { return internal::CastS6_5ToF32( s16((s8(m_InOutSlope[2]) << 4) + (m_InOu… in GetOutSlope()
155 f32 GetFrame() const { return m_Frame; } in GetFrame()
156 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
157 f32 GetValue() const { return m_Value; } in GetValue()
158 f32 GetSlope() const { return m_Slope; } in GetSlope()
169 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()
170 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()
171 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()
181 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
182 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue()
183 …f32 GetSlope() const { return internal::CastS6_5ToF32((s8(m_ValueSlope[2]) << 4) + (m_ValueSlop… in GetSlope()
209 ResKeysData<f32> cv32;
381 f32 GetFrame() const { return m_Frame; } in GetFrame()
382 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
393 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
404 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
548 f32 CalcFloatCurve( const ResFloatCurveData* pCurve, f32 frame ); //!< @details :private
549 bool CalcBoolCurve( const ResBoolCurveData* pCurve, f32 frame ); //!< @details :private
550 s32 CalcIntCurve( const ResIntCurveData* pCurve, f32 frame ); //!< @details :private
552 void CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fra…
554 void CalcTranslateCurve( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32 …
555 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
557 void CalcTransformCurve( math::MTX34* result, const ResFullBakedCurveData* pCurve, f32 frame ); //!…