HomeSort by relevance Sort by last modified time
    Searched refs:M_PI (Results 126 - 150 of 167) sorted by null

1 2 3 4 56 7

  /external/quake/quake/src/QW/client/
screen.c 257 x = width/tan(fov_x/360*M_PI);
261 a = a*360/M_PI;
gl_rlight.c 88 a = i/16.0 * M_PI*2;
127 // a = i/16.0 * M_PI*2;
r_sprite.c 381 angle = currententity->angles[ROLL] * (M_PI*2 / 360);
view.c 127 cycle = M_PI * cycle / cl_bobup.value;
129 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value);
gl_screen.c 241 x = width/tan(fov_x/360*M_PI);
245 a = a*360/M_PI;
  /frameworks/base/libs/androidfw/
Input.cpp 436 result += M_PI;
438 result -= M_PI;
  /frameworks/base/libs/hwui/
Matrix.cpp 289 angle *= float(M_PI / 180.0f);
313 angle *= float(M_PI / 180.0f);
  /bionic/libm/include/
math.h 140 #define M_PI 3.14159265358979323846 /* pi */
  /external/quake/quake/src/QW/server/
sv_move.c 241 yaw = yaw*M_PI*2 / 360;
  /external/quake/quake/src/WinQuake/
r_sprite.cpp 381 angle = currententity->angles[ROLL] * (M_PI*2 / 360);
sv_move.cpp 241 yaw = yaw*M_PI*2 / 360;
view.cpp 120 cycle = M_PI * cycle / cl_bobup.value;
122 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value);
sv_user.cpp 65 angleval = sv_player->u.v.angles[YAW] * M_PI*2 / 360;
  /hardware/invensense/libsensors_iio/software/core/mllite/
hal_outputs.c 274 float rad2deg = (float)(180.0 / M_PI);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 355 # define M_PI 3.14159265358979323846 /* pi */
  /bionic/tests/
math_test.cpp 233 ASSERT_FLOAT_EQ(M_PI/2.0, acos(0.0));
237 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
241 ASSERT_FLOAT_EQ(M_PI/2.0, acosl(0.0));
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 142 #ifndef M_PI
143 # define M_PI 3.14159265358979323846264338327950288
291 REAL pi2 = M_PI; /* use PI first, 2 PI later */
  /hardware/invensense/libsensors/
MPLSensor.cpp 599 s->gyro.v[0] = s->gyro.v[0] * M_PI / 180.0;
600 s->gyro.v[1] = s->gyro.v[1] * M_PI / 180.0;
601 s->gyro.v[2] = s->gyro.v[2] * M_PI / 180.0;
    [all...]
  /frameworks/native/services/sensorservice/
Fusion.cpp 230 const float covu = 0.5f * (float(M_PI) / 180);
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 139 float pcm_ = sin((i_ * (1.0f + 0.5f * (i_ / nframes_)) * 0.01 * M_PI * 2.0));
  /external/srec/srec/cfront/
frontobj.c 498 f = (2 * M_PI) / win_len;
626 f = (float)(M_PI / num_fb);
  /external/speex/libspeex/
mdf.c 79 #ifndef M_PI
80 #define M_PI 3.14159265358979323846
479 st->window[i] = .5-.5*cos(2*M_PI*i/N);
    [all...]
  /external/qemu/android/skin/
trackball.c 107 #define ANGLE_FACTOR (M_PI/200)

Completed in 778 milliseconds

1 2 3 4 56 7