Searched refs:M_PI_2 (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | 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 */
|
D | 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 */
|
D | 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 */
|
/bionic/libm/include/ |
D | math.h | 99 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
|