Home
last modified time | relevance | path

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

/third_party/ulib/musl/third_party/math/
A Dtanf.c20 static const double t1pio2 = 1 * M_PI_2, /* 0x3FF921FB, 0x54442D18 */
21 t2pio2 = 2 * M_PI_2, /* 0x400921FB, 0x54442D18 */
22 t3pio2 = 3 * M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
23 t4pio2 = 4 * M_PI_2; /* 0x401921FB, 0x54442D18 */
A Dcosf.c20 static const double c1pio2 = 1 * M_PI_2, /* 0x3FF921FB, 0x54442D18 */
21 c2pio2 = 2 * M_PI_2, /* 0x400921FB, 0x54442D18 */
22 c3pio2 = 3 * M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
23 c4pio2 = 4 * M_PI_2; /* 0x401921FB, 0x54442D18 */
A Dsinf.c20 static const double s1pio2 = 1 * M_PI_2, /* 0x3FF921FB, 0x54442D18 */
21 s2pio2 = 2 * M_PI_2, /* 0x400921FB, 0x54442D18 */
22 s3pio2 = 3 * M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
23 s4pio2 = 4 * M_PI_2; /* 0x401921FB, 0x54442D18 */
A Dsincosf.c21 static const double s1pio2 = 1 * M_PI_2, /* 0x3FF921FB, 0x54442D18 */
22 s2pio2 = 2 * M_PI_2, /* 0x400921FB, 0x54442D18 */
23 s3pio2 = 3 * M_PI_2, /* 0x4012D97C, 0x7F3321D2 */
24 s4pio2 = 4 * M_PI_2; /* 0x401921FB, 0x54442D18 */
/third_party/ulib/musl/src/complex/
A Dcacos.c10 return CMPLX(M_PI_2 - creal(z), -cimag(z)); in cacos()
A Dcacosf.c7 return CMPLXF((float)M_PI_2 - crealf(z), -cimagf(z)); in cacosf()
/third_party/ulib/musl/include/
A Dmath.h367 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro

Completed in 5 milliseconds