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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp 139 astro->eclipticToEquatorial(result, 139.686111 * CalendarAstronomer::PI / 180.0, 4.875278* CalendarAstronomer::PI / 180.0);
161 double eclLat = laLat * CalendarAstronomer::PI / 360;
162 double eclLong = laLong * CalendarAstronomer::PI / 360;
454 static const double precision = CalendarAstronomer::PI/32;
462 double expectedAge = (angle[i]*CalendarAstronomer::PI)/180;
  /external/chromium_org/v8/test/webkit/fast/js/kde/
math.js 42 shouldBe("String()+Math.PI", "'3.141592653589793'");
52 shouldBe("Math.acos(0)", "Math.PI/2");
103 shouldBe("delete Math.PI", "false")
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 122 for (PathPieces::const_iterator PI = FlatPath.begin(),
124 PI != PE; ++PI) {
125 SourceLocation NoteLoc = (*PI)->getLocation().asLocation();
126 Diag.Report(NoteLoc, NoteID) << (*PI)->getString()
127 << (*PI)->getRanges();
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 137 astro->eclipticToEquatorial(result, 139.686111 * CalendarAstronomer::PI / 180.0, 4.875278* CalendarAstronomer::PI / 180.0);
159 double eclLat = laLat * CalendarAstronomer::PI / 360;
160 double eclLong = laLong * CalendarAstronomer::PI / 360;
452 static const double precision = CalendarAstronomer::PI/32;
460 double expectedAge = (angle[i]*CalendarAstronomer::PI)/180;
  /frameworks/base/location/java/android/location/
Location.java 295 lat1 *= Math.PI / 180.0;
296 lat2 *= Math.PI / 180.0;
297 lon1 *= Math.PI / 180.0;
298 lon2 *= Math.PI / 180.0;
378 initialBearing *= 180.0 / Math.PI;
383 finalBearing *= 180.0 / Math.PI;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 83 %token <str> NODETYPE PI FUNCTIONNAME LITERAL
266 PI '(' ')'
273 PI '(' LITERAL ')'
  /external/chromium_org/third_party/markdown/
serializers.py 81 PI = util.etree.PI
291 elif tag is not None and tag is not Comment and tag is not PI:
  /external/chromium_org/third_party/opus/src/celt/
mdct.c 89 trig[i] = (kiss_twiddle_scalar)cos(2*PI*i/N);
124 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N;
228 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N;
  /external/libopus/celt/
mdct.c 89 trig[i] = (kiss_twiddle_scalar)cos(2*PI*i/N);
124 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N;
228 sine = (kiss_twiddle_scalar)2*PI*(.125f)/N;
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 141 MachineBasicBlock::iterator PI = std::prev(MBBI);
142 unsigned Opc = PI->getOpcode();
143 if (Opc != MSP430::POP16r && !PI->isTerminator())
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/markdown/markdown/
html4.py 44 PI = markdown.etree.PI
253 elif tag is not None and tag is not Comment and tag is not PI:
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 221 float separationRads = (separationDegrees / 360.0f) * 2 * (float) Math.PI;
247 int multiplier = (int) (radians / (2.0f * (float) Math.PI));
248 radians -= multiplier * 2.0f * (float) Math.PI;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 259 mAngleIncrement = (float)Math.PI / 50;
260 mEndAngle = mCurrentAngle + ((float)Math.PI * count) / 2f;
262 mAngleIncrement = -(float)Math.PI / 50;
263 mEndAngle = mCurrentAngle - ((float)Math.PI * count) / 2f;
294 // permutations corresponding to a pi/2 rotation of each layer about its axis
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 53 | 'PI' {$result = Math::PI}
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 45 #define PI 3.1415926535897932384626433832795
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js 150 beforeEach(function() { result = mat2.rotate(out, matA, Math.PI * 0.5); });
158 beforeEach(function() { result = mat2.rotate(matA, matA, Math.PI * 0.5); });
mat2d-spec.js 128 beforeEach(function() { result = mat2d.rotate(out, matA, Math.PI * 0.5); });
136 beforeEach(function() { result = mat2d.rotate(matA, matA, Math.PI * 0.5); });
  /external/chromium_org/third_party/opus/src/silk/float/
SigProc_FLP.h 150 #define PI (3.1415926536f)
  /external/libopus/silk/float/
SigProc_FLP.h 150 #define PI (3.1415926536f)
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 127 angle = angle * 180.0 / Math.PI;
  /packages/services/Telephony/src/com/android/phone/
AccelerometerListener.java 127 angle = angle * 180.0 / Math.PI;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
IfConversion.cpp     [all...]
MachineTraceMetrics.cpp 115 PI = SchedModel.getWriteProcResBegin(SC),
116 PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) {
117 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind");
118 PRCycles[PI->ProcResourceIdx] += PI->Cycles;
    [all...]

Completed in 1048 milliseconds

1 2 3 4 5 67 8 91011>>