/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-cube.js | 146 a *= Math.PI / 180; 160 a *= Math.PI / 180; 174 a *= Math.PI / 180;
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-cube.js | 146 a *= Math.PI / 180; 160 a *= Math.PI / 180; 174 a *= Math.PI / 180;
|
/external/llvm/lib/VMCore/ |
Verifier.cpp | [all...] |
/external/chromium/chrome/browser/download/ |
download_util.cc | 86 static const double PI = 3.141592653589793; 487 double opacity = sin(animation_progress * PI * kCompleteAnimationCycles + 488 PI/2) / 2 + 0.5; 523 (1.0 - animation_progress) * PI * kCompleteAnimationCycles + PI/2) / 2 + [all...] |
/external/clang/lib/AST/ |
DeclPrinter.cpp | 783 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(), 784 E = OMD->param_end(); PI != E; ++PI) { 788 Out << ":(" << (*PI)->getType().getAsString(Policy) << ')' << *PI;
|
/external/llvm/lib/Transforms/Scalar/ |
ObjCARC.cpp | 623 virtual void *getAdjustedAnalysisPointer(const void *PI) { 624 if (PI == &AliasAnalysis::ID) [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 374 float f = 1.0f / (float) Math.tan(fovy * (Math.PI / 360.0)); 563 a *= (float) (Math.PI / 180.0f); 621 x *= (float) (Math.PI / 180.0f); 622 y *= (float) (Math.PI / 180.0f); 623 z *= (float) (Math.PI / 180.0f);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameView.java | 426 float direction = mRandom.nextFloat() * (float) Math.PI * 2; 569 private static final float CORNER_ANGLE = (float) Math.PI * 2 / 3; 570 private static final float TO_DEGREES = (float) (180.0 / Math.PI);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
background.js | 161 this.canvasContext_.rotate(2 * Math.PI * this.getSector(this.rotation_)); 176 return (1 - Math.sin(Math.PI / 2 + sector * Math.PI)) / 2;
|
/external/clang/lib/Sema/ |
SemaAccess.cpp | 876 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); 877 PI != PE; ++PI) { 882 CXXBasePath::iterator I = PI->end(), E = PI->begin(); 919 BestPath = &*PI; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeMapActivity.java | 168 double angleV = Math.PI * 2 * j / vSteps; 172 double angleU = Math.PI * 2 * i / uSteps;
|
MatrixPaletteRenderer.java | 344 float unitAngle = (float) Math.cos(animationUnit * 2 * Math.PI); 393 double angle = Math.PI * 2 * i / uSteps;
|
TouchPaint.java | 461 canvas.rotate((float) (orientation * 180 / Math.PI), x, y); 499 double direction = mRandom.nextDouble() * Math.PI * 2;
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 118 #ifndef PI 119 # define PI 3.141592653589793238 121 #define PI_2 (PI*0.5) 122 #define INV_PI_360 (360.0 / PI) [all...] |
/external/llvm/lib/Analysis/ |
ProfileEstimatorPass.cpp | 63 virtual void *getAdjustedAnalysisPointer(AnalysisID PI) { 64 if (PI == &ProfileInfo::ID)
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 166 MachineBasicBlock::iterator PI = prior(MBBI); 168 if (!PI->getDesc().isTerminator())
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode35.js | 78 Invoke the adoptNode method on this document using a new PI node created in a new doc
|
documentadoptnode36.js | 78 Invoke the adoptNode method on this document using a new PI node created in a new doc
|
nodegettextcontent15.js | 83 CDATASection, PI and Comment nodes and check if the value returned is a single 99 var pi; 112 pi = doc.createProcessingInstruction("PIT","PIData "); 117 appendedChild = elem.appendChild(pi);
|
nodegettextcontent16.js | 83 CDATASection, PI and Comment nodes and check if the value returned is a single 101 var pi; 115 pi = doc.createProcessingInstruction("PIT","PIData "); 120 appendedChild = elem.appendChild(pi);
|
nodegetuserdata07.js | 80 Invoke setUserData on a new PI node to set this its UserData to itself 92 var pi; 105 pi = doc.createProcessingInstruction("PITARGET","PIDATA"); 107 pi.setUserData("key", pi, null); 109 pi.setUserData("key", pi, nullHandler.handle); 111 retUserData = pi.getUserData("key"); 112 success = retUserData.isEqualNode(pi);
|
nodeinsertbefore18.js | 83 Using insertBefore on an Element node attempt to insert new Comment/PI and CDATA nodes
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.2.3-2.js | 273 array[item++] = new TestCase( SECTION, "parseFloat( ' ' +Math.PI+' ')", Math.PI, parseFloat( ' ' +Math.PI+' '));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
RocketLauncher.java | 193 anglex = (float) Math.sin(angle / 180. * Math.PI); 194 angley = (float) Math.cos(angle / 180. * Math.PI);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SweepGradientTest.java | 102 final double twoPi = Math.PI * 2;
|