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

1 2 3 4 5 67 8 9

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /external/qemu/android/
hw-sensors.c 643 const double cos_angle = cos(angle/M_PI);
644 const double sin_angle = sin(angle/M_PI);
  /frameworks/base/libs/hwui/
Matrix.cpp 293 angle *= float(M_PI / 180.0f);
317 angle *= float(M_PI / 180.0f);
  /frameworks/native/libs/input/
Input.cpp 447 result += M_PI;
449 result -= M_PI;
  /bionic/libm/include/
math.h 140 #define M_PI 3.14159265358979323846 /* pi */
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 5 #define _USE_MATH_DEFINES // For VC++ to get M_PI. This has to be first.
55 double temp = animation_progress * kCompleteAnimationCycles * M_PI + M_PI_2;
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 423 double scale = 2.0 * M_PI / double(mPeriod);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 274 float rad2deg = (float)(180.0 / M_PI);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.c 385 rh.quat_confidence_interval = (float)M_PI;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /bionic/tests/
math_test.cpp 233 ASSERT_FLOAT_EQ(M_PI/2.0, acos(0.0));
237 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
241 ASSERT_FLOAT_EQ(M_PI/2.0, acosl(0.0));
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 28 #ifndef M_PI
29 #define M_PI 3.14159265358979323846
472 float y = std::sin(M_PI * i / 250.0f);
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 648 #ifndef M_PI
649 // No M_PI in math.h on windows? No problem.
650 #define M_PI 3.14159265358979323846
655 x *= M_PI;
  /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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 96 #define DEG2RAD (M_PI/180.0)
  /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/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 555 milliseconds

1 2 3 4 5 67 8 9