HomeSort by relevance Sort by last modified time
    Searched refs:M_PI_2 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/opencv3/3rdparty/openexr/Imath/
ImathPlatform.h 54 #ifndef M_PI_2
55 #define M_PI_2 1.57079632679489661923 // pi/2
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanf.c 31 t1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */
32 t2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */
33 t3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
34 t4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
s_cosf.c 33 c1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */
34 c2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */
35 c3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
36 c4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
s_sinf.c 33 s1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */
34 s2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */
35 s3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
36 s4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 75 #define M_PI_2 1.57079632679489661923
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh 43 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
54 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 152 short sampleLeft = sin(seconds * M_PI_2 * hzLeft) * 32767.0;
153 short sampleRight = sin(seconds * M_PI_2 * hzRight) * 32767.0;
  /bionic/libm/include/
math.h 99 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /frameworks/native/libs/input/
Input.cpp 380 if (result < - M_PI_2) {
382 } else if (result > M_PI_2) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 367 # define M_PI_2 1.57079632679489661923 /* pi/2 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 368 # define M_PI_2 1.57079632679489661923 /* pi/2 */
  /development/ndk/platforms/android-13/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /development/ndk/platforms/android-18/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /development/ndk/platforms/android-21/include/
math.h 145 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /development/ndk/platforms/android-3/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /development/ndk/platforms/android-9/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 156 #define M_PI_2 1.57079632679489661923 /* pi/2 */

Completed in 332 milliseconds

1 2 3 4