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

1 2 3 4 5

  /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/libopus/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/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;
  /hardware/invensense/6515/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/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/eigen/Eigen/src/Eigen2Support/Geometry/
All.h 6 #ifndef M_PI
7 #define M_PI 3.14159265358979323846
  /external/flac/include/share/
compat.h 181 #ifndef M_PI
182 #define M_PI 3.14159265358979323846
  /external/libopus/celt/
modes.c 72 #ifndef M_PI
73 #define M_PI 3.141592653
374 window[i] = Q15ONE*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap));
377 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/libvncserver/client_examples/
vnc2mpg.c 31 #ifndef M_PI
32 #define M_PI 3.1415926535897931
  /bionic/libm/include/
math.h 144 #define M_PI 3.14159265358979323846 /* pi */
  /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-21/include/
math.h 144 #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/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 14 #ifndef M_PI
15 #define M_PI 3.141592653589793238462643383279503L
117 int unwindingNumber = static_cast<int>(ceil((imag(logA11 - logA00) - M_PI) / (2*M_PI)));
119 result(0,1) = A(0,1) * (Scalar(2) * numext::atanh2(y,x) + Scalar(0,2*M_PI*unwindingNumber)) / y;
  /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...]
  /external/mesa3d/src/mesa/main/
compiler.h 344 #ifndef M_PI
345 #define M_PI (3.14159265358979323846)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 155 #define M_PI 3.14159265358979323846 /* pi */

Completed in 547 milliseconds

1 2 3 4 5