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.c290 z = sin(M_PI*z);
292 z = cos(M_PI*(0.5-z));
299 lsine = __log__D(M_PI/z); /* = TRUNC(log(u)) + small */
314 return (M_PI / (y*z));
/bionic/tests/headers/posix/
Dmath_h.c79 MACRO(M_PI); in math_h()
/bionic/libc/include/
Dmath.h342 #define M_PI 3.14159265358979323846 /* pi */ macro
/bionic/tests/
Dmath_test.cpp455 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()
459 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f)); in TEST()
463 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()