Searched defs:M_PI (Results 1 - 25 of 33) sorted by relevance

12

/external/webrtc/webrtc/base/
H A Dmathutils.h16 #ifndef M_PI
17 #define M_PI 3.14159265359f macro
/external/opencv3/3rdparty/openexr/Imath/
H A DImathPlatform.h50 #ifndef M_PI
51 #define M_PI 3.14159265358979323846 macro
/external/tremolo/Tremolo/
H A Dos.h55 #ifndef M_PI
56 # define M_PI (3.1415926536f) macro
/external/libvorbis/lib/
H A Dos.h44 #ifndef M_PI
45 # define M_PI (3.1415926536f) macro
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
H A Dmathematics.h45 #ifndef M_PI
46 #define M_PI 3.14159265358979323846 /* pi */ macro
/external/libopus/celt/tests/
H A Dtest_unit_dft.c48 #ifndef M_PI
49 #define M_PI 3.141592653 macro
66 double phase = -2*M_PI*bin*k/nfft;
H A Dtest_unit_mdct.c49 #ifndef M_PI
50 #define M_PI 3.141592653 macro
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/aac/libFDK/include/
H A DFDK_trigFcts.h100 #ifndef M_PI
101 #define M_PI (3.14159265358979323846f) macro
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/
H A DgenericStds.h105 #ifndef M_PI
106 #define M_PI 3.14159265358979323846 /*! Pi. Only used in example projects. */ macro
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAll.h6 #ifndef M_PI
7 #define M_PI 3.14159265358979323846 macro
/external/flac/include/share/
H A Dcompat.h184 #ifndef M_PI
185 #define M_PI 3.14159265358979323846 macro
/external/libopus/celt/
H A Dmodes.c72 #ifndef M_PI
73 #define M_PI 3.141592653 macro
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/speex/libspeex/
H A Dquant_lsp.c40 #ifndef M_PI
41 #define M_PI 3.14159265358979323846 macro
67 #define LSP_PI M_PI
H A Dmath_approx.h45 #define spx_cos_norm(x) (cos((.5f*M_PI)*(x)))
305 #ifndef M_PI
306 #define M_PI 3.14159265358979323846 /* pi */ macro
323 x = M_PI-x;
H A Dlsp.c91 #ifndef M_PI
92 #define M_PI 3.14159265358979323846 /* pi */ macro
633 if (lsp[len-1]>LSP_SCALING*(M_PI-margin))
634 lsp[len-1]=LSP_SCALING*(M_PI-margin);
H A Dsb_celp.c107 #ifndef M_PI
108 #define M_PI 3.14159265358979323846 /* pi */ macro
H A Dnb_celp.c57 #ifndef M_PI
58 #define M_PI 3.14159265358979323846 /* pi */ macro
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h14 #ifndef M_PI
15 #define M_PI 3.141592653589793238462643383279503L macro
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/libvncserver/client_examples/
H A Dvnc2mpg.c31 #ifndef M_PI
32 #define M_PI 3.1415926535897931 macro
/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c22 #if !defined(M_PI)
23 # define M_PI (3.141592653589793238462643) macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h344 #ifndef M_PI
345 #define M_PI (3.14159265358979323846) macro
/external/libexif/libexif/
H A Dexif-entry.c35 #ifndef M_PI
36 #define M_PI 3.14159265358979323846 macro
1123 1. / (M_PI * 0.3048 * 0.3048) * pow (2, d));
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c44 #ifndef M_PI
45 #define M_PI 3.14159265358979323846 macro
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_P
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c142 #ifndef M_PI
143 # define M_PI 3.14159265358979323846264338327950288 macro
291 REAL pi2 = M_PI; /* use PI first, 2 PI later */
/external/libopus/src/
H A Danalysis.c44 #ifndef M_PI
45 #define M_PI 3.141592653 macro
117 #define cE ((float)M_PI/2)
212 const float pi4 = (float)(M_PI*M_PI*M_PI*M_PI);
278 angle = (float)(.5f/M_PI)*fast_atan2f(X1i, X1r);
282 angle2 = (float)(.5f/M_PI)*fast_atan2f(X2i, X2r);

Completed in 882 milliseconds

12