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

1 2 3 4

  /external/chromium_org/third_party/libjingle/source/talk/base/
mathutils.h 33 #ifndef M_PI
34 #define M_PI 3.14159265359f
  /external/tremolo/Tremolo/
os.h 55 #ifndef M_PI
56 # define M_PI (3.1415926536f)
  /external/libvorbis/lib/
os.h 44 #ifndef M_PI
45 # define M_PI (3.1415926536f)
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c 48 #ifndef M_PI
49 #define M_PI 3.141592653
66 double phase = -2*M_PI*bin*k/nfft;
test_unit_mdct.c 49 #ifndef M_PI
50 #define M_PI 3.141592653
64 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft;
94 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft;
  /external/flac/libFLAC/
window.c 43 #ifndef M_PI
45 #define M_PI 3.14159265358979323846
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
83 window[n] = (FLAC__real)(0.42f - 0.5f * cos(2.0f * M_PI * n / N) + 0.08f * cos(4.0f * M_PI * n / N));
93 window[n] = (FLAC__real)(0.35875f - 0.48829f * cos(2.0f * M_PI * n / N) + 0.14128f * cos(4.0f * M_PI * n / N) - 0.01168f * cos(6.0f * M_PI * n / N));
115 window[n] = (FLAC__real)(1.0f - 1.93f * cos(2.0f * M_PI * n / N) + 1.29f * cos(4.0f * M_PI * n / N) - 0.388f * cos(6.0f * M_PI * n / N) + 0.0322f * cos(8.0f * M_PI * n / N))
    [all...]
  /external/pixman/pixman/
pixman-compiler.h 70 #ifndef M_PI
71 # define M_PI 3.14159265358979323846
  /external/speex/libspeex/
quant_lsp.c 40 #ifndef M_PI
41 #define M_PI 3.14159265358979323846
67 #define LSP_PI M_PI
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 16 // This define makes Microsoft pickup things like M_PI
78 #ifndef M_PI
79 #define M_PI 3.14159265358979
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 28 // This define makes Microsoft pickup things like M_PI
90 #ifndef M_PI
91 #define M_PI 3.14159265358979
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 16 // This define makes Microsoft pickup things like M_PI
78 #ifndef M_PI
79 #define M_PI 3.14159265358979
  /external/aac/libFDK/include/
FDK_trigFcts.h 100 #ifndef M_PI
101 #define M_PI (3.14159265358979323846f)
152 residual = fMult(x, FL2FXCONST_DBL(1.0/M_PI));
156 residual = fMult(residual, FL2FXCONST_DBL(M_PI/4.0)) << 2;
  /external/aac/libSYS/include/
genericStds.h 105 #ifndef M_PI
106 #define M_PI 3.14159265358979323846 /*! Pi. Only used in example projects. */
  /external/chromium_org/third_party/opus/src/celt/
modes.c 72 #ifndef M_PI
73 #define M_PI 3.141592653
366 window[i] = Q15ONE*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap));
369 window[i] = MIN32(32767,floor(.5+32768.*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap))));
  /external/chromium_org/ui/gfx/
matrix3_f.cc 11 #ifndef M_PI
12 #define M_PI 3.14159265358979323846
165 phi = M_PI / 3;
171 static_cast<float>(cos(phi + 2.0 * M_PI / 3.0));
interpolated_transform.cc 9 #ifndef M_PI
10 #define M_PI 3.14159265358979323846
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
All.h 6 #ifndef M_PI
7 #define M_PI 3.14159265358979323846
  /bionic/libm/include/
math.h 140 #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/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/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 44 #ifndef M_PI
45 #define M_PI 3.14159265358979323846
95 static const float sin_constants[4] = { 2.0 * M_PI,
96 -8.0f * M_PI * M_PI * M_PI / (3 * 2 * 1),
97 32.0f * M_PI * M_PI * M_PI * M_PI * M_PI / (5 * 4 * 3 * 2 * 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 344 #ifndef M_PI
345 #define M_PI (3.14159265358979323846)
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 14 #ifndef M_PI
15 #define M_PI 3.141592653589793238462643383279503L
129 int unwindingNumber = static_cast<int>(ceil((imag(logA11 - logA00) - M_PI) / (2*M_PI)));
131 result(0,1) = A(0,1) * (Scalar(2) * atanh(z) + Scalar(0,2*M_PI*unwindingNumber)) / (A(1,1) - A(0,0));
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 44 #ifndef M_PI
45 #define M_PI 3.14159265358979323846
95 static const float sin_constants[4] = { 2.0 * M_PI,
96 -8.0f * M_PI * M_PI * M_PI / (3 * 2 * 1),
97 32.0f * M_PI * M_PI * M_PI * M_PI * M_PI / (5 * 4 * 3 * 2 * 1)
    [all...]

Completed in 497 milliseconds

1 2 3 4