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