Home
last modified time | relevance | path

Searched refs:M_PI (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c292 z = sin(M_PI*z);
294 z = cos(M_PI*(0.5-z));
301 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
316 return (M_PI / (y*z));
/bionic/tests/
Dcomplex_test.cpp44 ASSERT_EQ(M_PI/2.0, cacos(0.0)); in TEST()
49 ASSERT_EQ(static_cast<float>(M_PI)/2.0f, cacosf(0.0)); in TEST()
Dmath_test.cpp317 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()
321 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f)); in TEST()
325 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()
/bionic/libm/include/
Dmath.h144 #define M_PI 3.14159265358979323846 /* pi */ macro