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

1 2 3 4 5

  /external/webrtc/webrtc/base/
mathutils.h 16 #ifndef M_PI
17 #define M_PI 3.14159265359f
  /external/opencv3/3rdparty/openexr/Imath/
ImathPlatform.h 50 #ifndef M_PI
51 #define M_PI 3.14159265358979323846
  /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/opencv3/3rdparty/include/ffmpeg_/libavutil/
mathematics.h 45 #ifndef M_PI
46 #define M_PI 3.14159265358979323846 /* pi */
  /toolchain/binutils/binutils-2.25/libiberty/
_doprnt.c 208 #ifndef M_PI
209 #define M_PI (3.1415926535897932385)
261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
262 RESULT(printf ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /device/google/dragon/audio/hal/dsp/
drc_math.h 40 #ifndef M_PI
41 #define M_PI 3.14159265358979323846
biquad.c 26 #ifndef M_PI
27 #define M_PI 3.14159265358979323846
55 double theta = M_PI * cutoff;
90 double theta = M_PI * cutoff;
122 double w0 = M_PI * frequency;
164 double w0 = M_PI * frequency;
199 double w0 = M_PI * frequency;
235 double w0 = M_PI * frequency;
270 double w0 = M_PI * frequency;
305 double w0 = M_PI * frequency
    [all...]
  /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
  /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 184 #ifndef M_PI
185 #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
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 22 #if !defined(M_PI)
23 # define M_PI (3.141592653589793238462643)
  /bionic/libm/include/
math.h 98 #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 */

Completed in 1221 milliseconds

1 2 3 4 5