Lines Matching refs:f32

26     NW_INLINE f32
29 return f32(value) * (1.f / 1024.f); in CastS9_10ToF32()
33 CastF32ToS9_10( f32 value ) in CastF32ToS9_10()
38 NW_INLINE f32
41 return f32(value) * (1.f / 256.f); in CastS7_8ToF32()
45 CastF32ToS7_8( f32 value ) in CastF32ToS7_8()
50 NW_INLINE f32
53 return f32(value) * (1.f / 32.f); in CastS10_5ToF32()
57 CastF32ToS10_5( f32 value ) in CastF32ToS10_5()
62 NW_INLINE f32
65 return f32(value) * (1.f / 32.f); in CastS6_5ToF32()
69 CastF32ToS6_5( f32 value ) in CastF32ToS6_5()
83 f32 GetFrame() const { return m_Frame; } in GetFrame()
84 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
85 f32 GetValue() const { return m_Value; } in GetValue()
94 f32 GetFrameF32() const { return static_cast<f32>(this->GetFrame()); } in GetFrameF32()
95 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()
106 f32 GetFrame() const { return m_Frame; } in GetFrame()
107 f32 GetFrameF32() const { return m_Frame; } in GetFrameF32()
108 f32 GetValue() const { return m_Value; } in GetValue()
109 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()
110 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope()
121 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
122 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()
123 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope()
124 f32 GetOutSlope() const { return internal::CastS7_8ToF32(m_OutSlope); } in GetOutSlope()
134 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
135f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()
136f32 GetInSlope() const { return internal::CastS6_5ToF32( s16(m_InOutSlope[0] + (s8(m_InOutSlope[1… in GetInSlope()
137f32 GetOutSlope() const { return internal::CastS6_5ToF32( s16((s8(m_InOutSlope[2]) << 4) + (m_InOu… in GetOutSlope()
147 f32 GetFrame() const { return m_Frame; } in GetFrame()
148 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
149 f32 GetValue() const { return m_Value; } in GetValue()
150 f32 GetSlope() const { return m_Slope; } in GetSlope()
161 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()
162 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()
163 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()
173 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
174f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue()
175f32 GetSlope() const { return internal::CastS6_5ToF32((s8(m_ValueSlope[2]) << 4) + (m_ValueSlop… in GetSlope()
200 ResKeysData<f32> cv32;
373 f32 GetFrame() const { return m_Frame; } in GetFrame()
374 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
385 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
396 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()
533 f32 CalcFloatCurve( const ResFloatCurveData* pCurve, f32 frame ); //!< @details :private
534 bool CalcBoolCurve( const ResBoolCurveData* pCurve, f32 frame ); //!< @details :private
535 s32 CalcIntCurve( const ResIntCurveData* pCurve, f32 frame ); //!< @details :private
537 void CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fra…
539 void CalcTranslateCurve( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32
540 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…