Searched refs:M_PI_2 (Results 1 - 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A 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 */
H A 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 */
H A 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 */
/bionic/libm/include/
H A Dmath.h141 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro

Completed in 83 milliseconds