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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/base/
mathutils.h 16 #ifndef M_PI
17 #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/mesa3d/include/
c99_math.h 41 /* This is to ensure that we get M_PI, etc. definitions */
127 #ifndef M_PI
128 #define M_PI (3.14159265358979323846)
  /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 65 #ifndef M_PI
66 #define M_PI 3.141592653
83 double phase = -2*M_PI*bin*k/nfft;
test_unit_mdct.c 65 #ifndef M_PI
66 #define M_PI 3.141592653
80 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft;
110 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/test/
main.h 62 #ifdef M_PI
63 #undef M_PI
65 #define M_PI please_use_EIGEN_PI_instead_of_M_PI
  /external/flac/include/share/
compat.h 184 #ifndef M_PI
185 #define M_PI 3.14159265358979323846
  /external/libopus/celt/
modes.c 73 #ifndef M_PI
74 #define M_PI 3.141592653
376 window[i] = Q15ONE*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap));
379 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/libc/include/
math.h 327 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-13/include/
math.h 153 #define M_PI 3.14159265358979323846 /* pi */
  /development/ndk/platforms/android-18/include/
math.h 153 #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-9/include/
math.h 153 #define M_PI 3.14159265358979323846 /* pi */
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 431 #define M_PI 3.14159265358979323846 /**< pi */
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 24 #if !defined(M_PI)
25 #define M_PI (3.141592653589793238462643)

Completed in 1130 milliseconds

1 2 3 4 5 6 7