|
MythTV master
|
Go to the source code of this file.
Macros | |
| #define | iexp_ 1 |
| #define | iman_ 0 |
| #define | F2I(dbl, i) i=(int)(dbl); |
| #define | SINCOS(f, s, c) {(s)=sinf(f);(c)=cosf(f);} |
| #define F2I | ( | dbl, | |
| i | |||
| ) | i=(int)(dbl); |
Definition at line 21 of file mathtools.h.
| #define iexp_ 1 |
Definition at line 13 of file mathtools.h.
| #define iman_ 0 |
Definition at line 14 of file mathtools.h.
| #define SINCOS | ( | f, | |
| s, | |||
| c | |||
| ) | {(s)=sinf(f);(c)=cosf(f);} |
Definition at line 28 of file mathtools.h.