base/math/libm.c File Reference

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <rtai_math.h>

Include dependency graph for libm.c:

Include dependency graph

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


Function Documentation

void __rtai_math_exit void   ) 
 

Definition at line 40 of file libm.c.

References printk(), and verbose.

Here is the call graph for this function:

int __rtai_math_init void   ) 
 

Definition at line 32 of file libm.c.

References printk(), and verbose.

Here is the call graph for this function:

EXPORT_SYMBOL tan   ) 
 

EXPORT_SYMBOL sqrt   ) 
 

EXPORT_SYMBOL sin   ) 
 

EXPORT_SYMBOL scalbn   ) 
 

EXPORT_SYMBOL pow   ) 
 

EXPORT_SYMBOL modf   ) 
 

EXPORT_SYMBOL log   ) 
 

EXPORT_SYMBOL frexp   ) 
 

EXPORT_SYMBOL fmod   ) 
 

EXPORT_SYMBOL floor   ) 
 

EXPORT_SYMBOL fabs   ) 
 

EXPORT_SYMBOL exp   ) 
 

EXPORT_SYMBOL cos   ) 
 

EXPORT_SYMBOL copysign   ) 
 

EXPORT_SYMBOL ceil   ) 
 

EXPORT_SYMBOL atan   ) 
 

EXPORT_SYMBOL asin   ) 
 

EXPORT_SYMBOL acos   ) 
 

module_exit __rtai_math_exit   ) 
 

module_init __rtai_math_init   ) 
 

MODULE_LICENSE "GPL"   ) 
 


Variable Documentation

int libm_errno
 

Definition at line 28 of file libm.c.

int verbose = 1 [static]
 

Definition at line 30 of file libm.c.

Referenced by __rtai_math_exit(), and __rtai_math_init().


Generated on Thu Nov 20 11:55:53 2008 for RTAI API by doxygen 1.3.8