#include "math.h"#include "mathP.h"#include <linux/errno.h>Include dependency graph for k_standard.c:

Go to the source code of this file.
Defines | |
| #define | WRITE2(u, v) printk("%.*s",v,u) |
| #define | HUGE_VAL inf |
Functions | |
| int | printk (const char *,...) |
| double | __kernel_standard (double x, double y, int type) |
Variables | |
| int | libm_errno |
| double | zero = 0.0 |
|
|
Referenced by __kernel_standard(). |
|
|
Definition at line 25 of file k_standard.c. Referenced by __kernel_standard(). |
|
||||||||||||||||
|
Definition at line 84 of file k_standard.c. References _LIB_VERSION, copysign(), HUGE_VAL, libm_errno, matherr(), rint(), SET_HIGH_WORD, WRITE2, and zero. Referenced by acos(), acosh(), asin(), atan2(), atanh(), cosh(), exp(), fmod(), gamma(), gamma_r(), hypot(), j0(), j1(), jn(), lgamma(), lgamma_r(), log(), log10(), pow(), remainder(), scalb(), sinh(), sqrt(), y0(), y1(), and yn(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
|
Definition at line 28 of file libm.c. Referenced by __kernel_standard(), ldexp(), and scalb(). |
|
|
Definition at line 30 of file k_standard.c. Referenced by __kernel_standard(). |
1.3.8