#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <rtai_math.h>Include dependency graph for libm.c:

Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| int | __rtai_math_init (void) |
| void | __rtai_math_exit (void) |
| module_init (__rtai_math_init) | |
| module_exit (__rtai_math_exit) | |
| EXPORT_SYMBOL (acos) | |
| EXPORT_SYMBOL (asin) | |
| EXPORT_SYMBOL (atan) | |
| EXPORT_SYMBOL (ceil) | |
| EXPORT_SYMBOL (copysign) | |
| EXPORT_SYMBOL (cos) | |
| EXPORT_SYMBOL (exp) | |
| EXPORT_SYMBOL (fabs) | |
| EXPORT_SYMBOL (floor) | |
| EXPORT_SYMBOL (fmod) | |
| EXPORT_SYMBOL (frexp) | |
| EXPORT_SYMBOL (log) | |
| EXPORT_SYMBOL (modf) | |
| EXPORT_SYMBOL (pow) | |
| EXPORT_SYMBOL (scalbn) | |
| EXPORT_SYMBOL (sin) | |
| EXPORT_SYMBOL (sqrt) | |
| EXPORT_SYMBOL (tan) | |
Variables | |
| int | libm_errno |
| int | verbose = 1 |
|
|
Definition at line 40 of file libm.c. References printk(), and verbose. Here is the call graph for this function: ![]() |
|
|
Definition at line 32 of file libm.c. References printk(), and verbose. Here is the call graph for this function: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 30 of file libm.c. Referenced by __rtai_math_exit(), and __rtai_math_init(). |
1.3.8