OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deg2grad
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp
60
m_valueInSpecifiedUnits =
deg2grad
(value);
236
m_valueInSpecifiedUnits =
deg2grad
(m_valueInSpecifiedUnits);
/external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h
191
inline double
deg2grad
(double d) { return d * 400.0 / 360.0; }
function
200
inline float
deg2grad
(float d) { return d * 400.0f / 360.0f; }
function
Completed in 49 milliseconds