#include <rtai_types.h>
#include <features.h>
#include <bits/huge_val.h>
#include <bits/mathdef.h>
#include <bits/mathcalls.h>
Include dependency graph for rtai_math.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | complex |
Defines | |
#define | _RTAI_MATH_H 1 |
#define | _MATH_H 1 |
#define | __MATHCALL(function, suffix, args) __MATHDECL (_Mdouble_,function,suffix, args) |
#define | __MATHDECL(type, function, suffix, args) |
#define | __MATHCALLX(function, suffix, args, attrib) __MATHDECLX (_Mdouble_,function,suffix, args, attrib) |
#define | __MATHDECLX(type, function, suffix, args, attrib) |
#define | __MATHDECL_1(type, function, suffix, args) extern type __MATH_PRECNAME(function,suffix) args __THROW |
#define | _Mdouble_ double |
#define | __MATH_PRECNAME(name, r) __CONCAT(name,r) |
#define | _Mdouble_BEGIN_NAMESPACE __BEGIN_NAMESPACE_STD |
#define | _Mdouble_END_NAMESPACE __END_NAMESPACE_STD |
Functions | |
double cabs | __P ((struct complex)) |
double | gamma_r (double x, int *signgamp) |
long int | rinttol (double x) |
long int | roundtol (double x) |
|
Definition at line 66 of file rtai_math.h. |
|
Definition at line 52 of file rtai_math.h. |
|
Definition at line 57 of file rtai_math.h. |
|
Value: Definition at line 54 of file rtai_math.h. |
|
Definition at line 62 of file rtai_math.h. |
|
Value: Definition at line 59 of file rtai_math.h. |
|
Definition at line 28 of file rtai_math.h. |
|
Definition at line 65 of file rtai_math.h. |
|
Definition at line 68 of file rtai_math.h. |
|
Definition at line 69 of file rtai_math.h. |
|
Definition at line 27 of file rtai_math.h. |
|
|
|
Definition at line 28 of file w_gamma_r.c. References __ieee754_lgamma_r(), __kernel_standard(), _LIB_VERSION, finite(), and floor(). Here is the call graph for this function: ![]() |
|
Definition at line 210 of file rndint.c. References DblInHex::dbl, doubleToLong, SET_INVALID, signMask, twoTo52, and DblInHex::words. |
|
Definition at line 397 of file rndint.c. References DblInHex::dbl, doubleToLong, SET_INVALID, signMask, and DblInHex::words. |