HomeSort by relevance Sort by last modified time
    Searched defs:M_PI (Results 1 - 25 of 25) sorted by null

  /external/tremolo/Tremolo/
os.h 55 #ifndef M_PI
56 # define M_PI (3.1415926536f)
  /external/quake/quake/src/QW/client/
mathlib.h 30 #ifndef M_PI
31 #define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h
  /external/quake/quake/src/WinQuake/
mathlib.h 30 #ifndef M_PI
31 #define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h
  /external/speex/libspeex/
quant_lsp.c 40 #ifndef M_PI
41 #define M_PI 3.14159265358979323846
67 #define LSP_PI M_PI
lsp.c 91 #ifndef M_PI
92 #define M_PI 3.14159265358979323846 /* pi */
633 if (lsp[len-1]>LSP_SCALING*(M_PI-margin))
634 lsp[len-1]=LSP_SCALING*(M_PI-margin);
math_approx.h 45 #define spx_cos_norm(x) (cos((.5f*M_PI)*(x)))
305 #ifndef M_PI
306 #define M_PI 3.14159265358979323846 /* pi */
323 x = M_PI-x;
sb_celp.c 107 #ifndef M_PI
108 #define M_PI 3.14159265358979323846 /* pi */
    [all...]
nb_celp.c 57 #ifndef M_PI
58 #define M_PI 3.14159265358979323846 /* pi */
    [all...]
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...]
preprocess.c 71 #ifndef M_PI
72 #define M_PI 3.14159263
    [all...]
resample.c 81 #ifndef M_PI
82 #define M_PI 3.14159263
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
    [all...]
  /bionic/libm/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 */
  /external/srec/srec/include/
all_defs.h 105 #ifndef M_PI
106 #define M_PI 3.14159265358979323846
107 #endif /* M_PI */
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 47 #ifndef M_PI
48 # define M_PI 3.14159265358979323846
233 #define DEGREES(t) ((t) * 180.0 / M_PI)
GraphicsContextQt.cpp 66 #ifndef M_PI
67 #define M_PI 3.14159265358979323846
989 m_data->p()->rotate(180/M_PI*radians);
993 m_data->currentPath = m_data->currentPath * matrix.rotate(-180/M_PI*radians);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 63 #ifndef M_PI
64 #define M_PI 3.14159265358979323846
363 cairo_arc(cr, 0., 0., 1., 0., 2 * M_PI);
403 cairo_arc_negative(cr, x + hRadius, (y + vRadius) * reverseScaleFactor, hRadius, -fa * M_PI/180, -falen * M_PI/180);
430 distance = static_cast<int>((M_PI * hRadius) / 2.0);
432 distance = static_cast<int>((M_PI * sqrtf((hRadius * hRadius + vRadius * vRadius) / 2.0)) / 2.0);
    [all...]

Completed in 344 milliseconds