Searched refs:deg2grad (Results 1 – 2 of 2) sorted by relevance
205 inline double deg2grad(double d) { return d * 400.0 / 360.0; } in deg2grad() function216 inline float deg2grad(float d) { return d * 400.0f / 360.0f; } in deg2grad() function
136 m_valueInSpecifiedUnits = deg2grad(value); in setValue()339 m_valueInSpecifiedUnits = deg2grad(m_valueInSpecifiedUnits); in convertToSpecifiedUnits()