|
xine-lib
1.2.10
|
#include "mathtools.c"Go to the source code of this file.
Macros | |
| #define | _double2fixmagic (68719476736.0*1.5) |
| #define | _shiftamt 16 |
| #define | iexp_ 1 |
| #define | iman_ 0 |
| #define | F2I(dbl, i) i=(int)dbl; |
| #define | SINCOS(f, s, c) {s=sin(f);c=cos(f);} |
| #define _double2fixmagic (68719476736.0*1.5) |
| #define _shiftamt 16 |
| #define F2I | ( | dbl, | |
| i | |||
| ) | i=(int)dbl; |
| #define iexp_ 1 |
| #define iman_ 0 |
| #define SINCOS | ( | f, | |
| s, | |||
| c | |||
| ) | {s=sin(f);c=cos(f);} |
1.8.17