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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 762 CGPathAddArc(shape, NULL, 4.5, 12.5, 4, M_PI_2, M_PI, false);
763 CGPathAddArc(shape, NULL, 4.5, 4.5, 4, M_PI, 3*M_PI/2, false);
764 CGPathAddArc(shape, NULL, 12.5, 4.5, 4, 3*M_PI/2, 0, false);
    [all...]
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Matrix.cpp 42 float theta = angle * (M_PI / 180.0f);
78 const float frustumHeight = tanf(fovY / 360.0f * M_PI) * nearZ;
  /external/srec/srec/cfront/
frontobj.c 498 f = (2 * M_PI) / win_len;
626 f = (float)(M_PI / num_fb);
  /external/chromium_org/ui/gfx/
transform_unittest.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.
1091 double expectedRotationAngle = 22.5 * M_PI / 180.0;
1110 expectedRotationAngle = 45.0 * M_PI / 180.0;
    [all...]
  /external/libexif/libexif/
exif-entry.c 35 #ifndef M_PI
36 #define M_PI 3.14159265358979323846
    [all...]
  /external/speex/libspeex/
mdf.c 79 #ifndef M_PI
80 #define M_PI 3.14159265358979323846
479 st->window[i] = .5-.5*cos(2*M_PI*i/N);
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-18/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-3/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-9/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-L/include/
math.h 144 #define M_PI 3.14159265358979323846 /* pi */
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 206 uint32_t num = (uint32_t)(M_PI * radius * radius / 100.0f);
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 37 const float kPI = M_PI;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 37 const float kPI = M_PI;
  /external/qemu/android/skin/
trackball.c 107 #define ANGLE_FACTOR (M_PI/200)
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 72 double w = 2.0 * M_PI * (fFilterTransitionFreq / DEFAULT_TTS_RATE);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 542 const float PI_180 = float(M_PI / 180);
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 379 cairo_arc(cr, x, y, 10, 0, M_PI * 2);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.c 485 rh.quat_confidence_interval = (float)M_PI;
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 91011>>