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

1 2 3

  /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/libxaac/decoder/drc_src/
impd_drc_gain_decoder.h 23 #ifndef M_PI
24 #define M_PI (3.14159265358979323846)
  /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.27/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...]
  /external/adhd/cras/src/dsp/
drc_math.h 56 #ifndef M_PI
57 #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 39 #ifndef M_PI
40 #define M_PI 3.141592653
57 double phase = -2*M_PI*bin*k/nfft;
test_unit_mdct.c 40 #ifndef M_PI
41 #define M_PI 3.141592653
55 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft;
85 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 113 #ifndef M_PI
114 #define M_PI (3.14159265358979323846f)
164 residual = fMult(x, FL2FXCONST_DBL(1.0 / M_PI));
168 residual = fMult(residual, FL2FXCONST_DBL(M_PI / 4.0)) << 2;
  /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 189 #ifndef M_PI
190 #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 344 #define M_PI 3.14159265358979323846 /* pi */
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 431 #define M_PI 3.14159265358979323846 /**< pi */
  /external/aac/libSYS/include/
genericStds.h 113 #ifndef M_PI
114 #define M_PI 3.14159265358979323846 /*!< Pi. Only used in example projects. */
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 24 #if !defined(M_PI)
25 #define M_PI (3.141592653589793238462643)
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 45 #ifndef M_PI
46 #define M_PI 3.14159265358979323846
96 static const float sin_constants[4] = { 2.0 * M_PI,
97 -8.0f * M_PI * M_PI * M_PI / (3 * 2 * 1),
98 32.0f * M_PI * M_PI * M_PI * M_PI * M_PI / (5 * 4 * 3 * 2 * 1)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 75 /* Defining _USE_MATH_DEFINES is required to get M_PI to be defined on
349 #ifndef M_PI
350 #define M_PI 3.14159265358979323846264338327950288 /* pi */

Completed in 541 milliseconds

1 2 3