Lines Matching refs:f32
26 NW_INLINE f32
27 Round( f32 value ) in Round()
32 NW_INLINE f32
35 return f32(value) * (1.f / 1024.f); in CastS9_10ToF32()
39 CastF32ToS9_10( f32 value ) in CastF32ToS9_10()
44 NW_INLINE f32
47 return f32(value) * (1.f / 256.f); in CastS7_8ToF32()
51 CastF32ToS7_8( f32 value ) in CastF32ToS7_8()
56 NW_INLINE f32
59 return f32(value) * (1.f / 32.f); in CastS10_5ToF32()
63 CastF32ToS10_5( f32 value ) in CastF32ToS10_5()
68 NW_INLINE f32
71 return f32(value) * (1.f / 32.f); in CastS6_5ToF32()
75 CastF32ToS6_5( f32 value ) in CastF32ToS6_5()
89 f32 GetFrame() const { return m_Frame; } in GetFrame()
90 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
91 f32 GetValue() const { return m_Value; } in GetValue()
100 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()
101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()
112 f32 GetFrame() const { return m_Frame; } in GetFrame()
113 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
114 f32 GetValue() const { return m_Value; } in GetValue()
115 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
116 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()
127 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
128 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()
129 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope()
130 f32 GetOutSlope() const { return internal::CastS7_8ToF32(m_OutSlope); } in GetOutSlope()
140 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
141 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()
142 …f32 GetInSlope() const { return internal::CastS6_5ToF32( s16(m_InOutSlope[0] + (s8(m_InOutSlope[1… in GetInSlope()
143 …f32 GetOutSlope() const { return internal::CastS6_5ToF32( s16((s8(m_InOutSlope[2]) << 4) + (m_InOu… in GetOutSlope()
153 f32 GetFrame() const { return m_Frame; } in GetFrame()
154 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
155 f32 GetValue() const { return m_Value; } in GetValue()
156 f32 GetSlope() const { return m_Slope; } in GetSlope()
167 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()
168 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()
169 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()
179 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
180 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue()
181 …f32 GetSlope() const { return internal::CastS6_5ToF32((s8(m_ValueSlope[2]) << 4) + (m_ValueSlop… in GetSlope()
208 ResKeysData<f32> cv32;
380 f32 GetFrame() const { return m_Frame; } in GetFrame()
381 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
392 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
403 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
547 f32 CalcFloatCurve( const ResFloatCurveData* pCurve, f32 frame ); //!< @details :private
548 bool CalcBoolCurve( const ResBoolCurveData* pCurve, f32 frame ); //!< @details :private
549 s32 CalcIntCurve( const ResIntCurveData* pCurve, f32 frame ); //!< @details :private
551 void CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fra…
553 void CalcTranslateCurve( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32 …
554 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
556 void CalcTransformCurve( math::MTX34* result, const ResFullBakedCurveData* pCurve, f32 frame ); //!…