#include "math.h"#include "mathP.h"Include dependency graph for e_lgamma_r.c:

Go to the source code of this file.
Functions | |
| double | sin_pi (double x) |
| double | __ieee754_lgamma_r (double x, int *signgamp) |
Variables | |
| double | two52 |
| double | zero = 0.00000000000000000000e+00 |
|
||||||||||||
|
Definition at line 222 of file e_lgamma_r.c. References __ieee754_log(), EXTRACT_WORDS, fabs(), sin_pi(), and zero. Referenced by __ieee754_gamma_r(), __ieee754_lgamma(), gamma(), gamma_r(), lgamma(), and lgamma_r(). Here is the call graph for this function: ![]() |
|
|
Definition at line 172 of file e_lgamma_r.c. References __kernel_cos(), __kernel_sin(), floor(), GET_HIGH_WORD, GET_LOW_WORD, two52, and zero. Referenced by __ieee754_lgamma_r(). Here is the call graph for this function: ![]() |
|
|
Definition at line 92 of file e_lgamma_r.c. Referenced by sin_pi(). |
|
|
Definition at line 162 of file e_lgamma_r.c. Referenced by __ieee754_lgamma_r(), and sin_pi(). |
1.3.8