Home
last modified time | relevance | path

Searched refs:M_PI_2 (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanf.c31 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 */
Ds_sinf.c33 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 */
Ds_cosf.c33 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 */
Ds_sincosf.c31 p1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */
32 p2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */
33 p3pio2 = 3*M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
34 p4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */
/bionic/tests/
Dcomplex_test.cpp78 ASSERT_EQ(M_PI_2, cacos(0.0)); in TEST()
82 ASSERT_EQ(static_cast<float>(M_PI_2), cacosf(0.0)); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c80 MACRO(M_PI_2); in math_h()
/bionic/libc/include/
Dmath.h345 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro