Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dlgamma_neg.c253 return __sin (M_PI * x); in lg_sinpi()
255 return __cos (M_PI * (0.5 - x)); in lg_sinpi()
264 return __cos (M_PI * x); in lg_cospi()
266 return __sin (M_PI * (0.5 - x)); in lg_cospi()
De_gamma_r.c104 mul_split (&h2, &l2, __ieee754_exp (-x_adj), sqrt (2 * M_PI / x_adj)); in gamma_positive()
191 ? __sin (M_PI * frac) in __ieee754_gamma_r()
192 : __cos (M_PI * (0.5 - frac))); in __ieee754_gamma_r()
/glibc-2.36/math/
Ds_cacosh_template.c41 ? M_MLIT (M_PI) - M_MLIT (M_PI_4) in M_DECL_FUNC()
51 ? M_MLIT (M_PI) : 0, __imag__ x); in M_DECL_FUNC()
Ds_clog_template.c35 __imag__ result = signbit (__real__ x) ? M_MLIT (M_PI) : 0; in M_DECL_FUNC()
Dmath.h1151 # define M_PI 3.14159265358979323846 /* pi */ macro
Dlibm-test-driver.c91 #define lit_pi LITM (M_PI)
/glibc-2.36/sysdeps/sparc/sparc64/
Dqp_util.c54 double d = 1.0, e = M_PI; in __Qp_handle_exceptions()
/glibc-2.36/sysdeps/sparc/sparc32/
Dq_util.c56 double d = 1.0, e = M_PI; in ___Q_simulate_exceptions()
/glibc-2.36/sysdeps/hppa/fpu/
Dfraiseexcpt.c88 double d = M_PI; in __feraiseexcept()
/glibc-2.36/sysdeps/sparc/fpu/
Dfraiseexcpt.c30 0.0, 1.0, DBL_MAX, DBL_MIN, M_PI in __feraiseexcept()
/glibc-2.36/conform/data/
Dmath.h-data30 constant M_PI
/glibc-2.36/manual/
Dmath.texi109 @item M_PI
149 same value as @code{M_PI}. This constant is not standard; it may have
153 replace @code{PI} with @code{M_PI} throughout, or put @samp{-DPI=M_PI}
165 The math library normally defines @code{M_PI} to a @code{double}
171 #define M_PI 3.14159265358979323846264338327
/glibc-2.36/ChangeLog.old/
DChangeLog.31571 M_PI, M_PI_2, M_PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, M_SQRT2,
DChangeLog.143340 triggered by M_PI/69.69 converted to single precision.
DChangeLog.1854174 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
54177 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and