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.c337 lsine = __log__D(M_PI / z); /* = TRUNC(log(u)) + small */ in neg_gam()
354 return (M_PI / (y * z)); in neg_gam()
/bionic/tests/headers/posix/
Dmath_h.c79 MACRO(M_PI); in math_h()
/bionic/libc/include/
Dmath.h341 #define M_PI 3.14159265358979323846 /* pi */ macro
/bionic/tests/
Dmath_test.cpp490 ASSERT_DOUBLE_EQ(M_PI/2.0, acos(0.0)); in TEST()
494 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f)); in TEST()
498 ASSERT_DOUBLE_EQ(M_PI/2.0L, acosl(0.0L)); in TEST()