OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rad2grad
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h
198
inline double
rad2grad
(double r) { return r * 200.0 / piDouble; }
function
207
inline float
rad2grad
(float r) { return r * 200.0f / piFloat; }
function
/external/webkit/Source/WebCore/svg/
SVGAngle.cpp
183
m_valueInSpecifiedUnits =
rad2grad
(m_valueInSpecifiedUnits);
Completed in 23 milliseconds