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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 137 int num = (int)(M_PI * radius * radius / 100.0f);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 144 int num = (int)(M_PI * radius * radius / 100.0f);
  /external/chromium_org/remoting/test/
fake_socket_factory.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.
34 cos(base::RandDouble() * 2.0 * M_PI);
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
geometry_utils.cpp 17 float angleStep = (2.0f * M_PI) / sliceCount;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 103 float rot90InRadians = 2.0f * static_cast<float>(M_PI) / 4.0f;
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 281 float rad2deg = (float)(180.0 / M_PI);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.c 386 rh.quat_confidence_interval = (float)M_PI;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
math.h 366 # define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 366 # define M_PI 3.14159265358979323846 /* pi */
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 28 #ifndef M_PI
29 #define M_PI 3.14159265358979323846
453 float y = std::sin(M_PI * i / 250.0f);
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 644 #ifndef M_PI
645 // No M_PI in math.h on windows? No problem.
646 #define M_PI 3.14159265358979323846
651 x *= M_PI;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 142 #ifndef M_PI
143 # define M_PI 3.14159265358979323846264338327950288
291 REAL pi2 = M_PI; /* use PI first, 2 PI later */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 142 #ifndef M_PI
143 # define M_PI 3.14159265358979323846264338327950288
291 REAL pi2 = M_PI; /* use PI first, 2 PI later */
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 599 s->gyro.v[0] = s->gyro.v[0] * M_PI / 180.0;
600 s->gyro.v[1] = s->gyro.v[1] * M_PI / 180.0;
601 s->gyro.v[2] = s->gyro.v[2] * M_PI / 180.0;
    [all...]
  /bionic/tests/
math_test.cpp 325 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0));
329 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
333 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L));
    [all...]
  /external/ceres-solver/examples/
ellipse_approximation.cc 395 w.setLinSpaced(num_segments + 1, 0.0, 2.0 * M_PI);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.
212 float orientation_deg = event.GetOrientation(pointer_index) * 180.f / M_PI;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 96 #define DEG2RAD (M_PI/180.0)
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 14 // MSVC++ requires this to be set before any other includes to get M_PI.
272 resampler.SetRatio(M_PI);
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.
27 const float kDegreesToRadians = static_cast<float>(M_PI) / 180.0f;
  /external/mesa3d/src/mesa/main/
imports.h 96 #define DEG2RAD (M_PI/180.0)
  /external/pixman/demos/
scale.c 220 rotation = (rotation / 360.0) * 2 * M_PI;
  /frameworks/av/services/audioflinger/
test-resample.cpp 235 double y = sin(M_PI * k * t * t);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 430 double scale = 2.0 * M_PI / double(mPeriod);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 139 float pcm_ = sin((i_ * (1.0f + 0.5f * (i_ / nframes_)) * 0.01 * M_PI * 2.0));

Completed in 2748 milliseconds

1 2 3 4 5 6 7 891011>>