OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:piOverTwoFloat
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp
157
double sine = sin(
piOverTwoFloat
* animationProgress);
/external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h
61
const float
piOverTwoFloat
= 1.57079632679489661923f;
64
const float
piOverTwoFloat
= static_cast<float>(M_PI_2);
/external/webkit/Source/WebCore/svg/
SVGPathParser.cpp
460
int segments = ceilf(fabsf(thetaArc / (
piOverTwoFloat
+ 0.001f)));
Completed in 30 milliseconds