HomeSort by relevance Sort by last modified time
    Searched refs:PI (Results 201 - 225 of 490) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 402 std::vector<std::string> PI;
403 PI.push_back("extract-blocks");
404 Module *Ret = runPassesOn(M, PI, false, 1, &ExtraArg);
  /libcore/luni/src/main/java/java/lang/
Math.java 33 * The double value closest to pi, the ratio of a circle's circumference to
36 public static final double PI = 3.141592653589793;
96 * argument within the range {@code [0..pi]}. The returned result is within
114 * within the range {@code [-pi/2..pi/2]}. The returned result is within 1
132 * argument within the range {@code [-pi/2..pi/2]}. The returned result is
139 * <li>{@code atan(+infinity) = +pi/2}</li>
140 * <li>{@code atan(-infinity) = -pi/2}</li>
152 * y/x} within the range {@code [-pi..pi]}. This is the angle of the pola
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 121 double min = -4.0 * Math.PI;
122 double max = 4.0 * Math.PI;
128 float min = -4.0f * (float) Math.PI;
129 float max = 4.0f * (float) Math.PI;
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 268 static const double PI;
  /external/chromium_org/v8/test/mjsunit/es6/
math-hyperbolic.js 48 [Math.PI, 2, 5, 1E-5, 0.3].forEach(function(x) {
81 [1.000000000001, Math.PI, 10000000, 2, Infinity, NaN].forEach(function(x) {
math-hypot.js 35 assertEquals(Math.PI, Math.hypot(Math.PI));
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/test/SemaCXX/
nullptr.cpp 19 int *pi = nullptr; local
20 pi = null;
78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
  /external/icu/icu4c/source/i18n/
astro.h 268 static const double PI;
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 145 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI)
146 MarkBlocksLiveIn(*PI, LiveBBs);
StackColoring.cpp 313 for (MachineBasicBlock::const_pred_iterator PI = BB->pred_begin(),
314 PE = BB->pred_end(); PI != PE; ++PI) {
315 LivenessMap::const_iterator I = BlockLiveness.find(*PI);
MachineBasicBlock.cpp 305 for (const_pred_iterator PI = pred_begin(), E = pred_end(); PI != E; ++PI)
306 OS << " BB#" << (*PI)->getNumber();
911 for (const_pred_iterator PI = Succ->pred_begin(), E = Succ->pred_end();
912 PI != E; ++PI) {
913 MachineBasicBlock *PredBB = *PI;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 625 for (MachineBasicBlock::pred_iterator PI = SuccBB->pred_begin(),
626 PE = SuccBB->pred_end(); PI != PE; ++PI)
627 if (!examinePred(**PI, *SuccBB, RegDU, HasMultipleSuccs, BrMap))
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 517 for (pred_iterator PI = pred_begin(NewBB), E = pred_end(NewBB);
518 PI != E; ++PI)
519 --PredCount[*PI];
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 33 #define PI 3.14159265358979
54 /* t0 = 2 * Pi * Fc / Fs */
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
192 /* t0 = 2 * Pi * Fc / Fs */
248 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 422 * @return the distance between 0 and Math.PI
439 * @return the distance between the two instances (between 0 and Math.PI)
452 if (numOrientations > 2 && Math.abs(angle) >= Math.PI / numOrientations) {
460 return (float) Math.PI / 2;
507 angle = (float) -Math.PI/2;
508 } else { // -PI<alpha<PI
534 return new OrientedBoundingBox((float) (angle * 180 / Math.PI), centroid[0], centroid[1], maxx - minx, maxy - miny);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 126 float radians = degrees * (float)Math.PI / 180;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
StraightenFilter.java 51 private static final float DEGREE_TO_RADIAN = (float) Math.PI / 180.0f;
  /frameworks/base/opengl/java/android/opengl/
GLU.java 113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0));
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 265 final float max = (float) Math.PI;
266 final float min = (float) -Math.PI;
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 265 final float max = (float) Math.PI;
266 final float min = (float) -Math.PI;
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 265 final float max = (float) Math.PI;
266 final float min = (float) -Math.PI;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2234.js 32 Math.sin(i / 1779 * Math.PI);
  /external/clang/tools/libclang/
IndexDecl.cpp 45 for (auto PI : FD->params()) {
46 IndexCtx.handleVar(PI);

Completed in 2781 milliseconds

1 2 3 4 5 6 7 891011>>