Searched refs:m_InSlope (Results 1 – 2 of 2) sorted by relevance
109 ut::ResF32 m_InSlope; member115 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()123 ut::ResS16 m_InSlope; // fx7.8 member129 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope()
95 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope()