MythTV  master
Macros
mathtools.h File Reference
This graph shows which files directly or indirectly include this file:

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);}
 

Macro Definition Documentation

◆ iexp_

#define iexp_   1

Definition at line 13 of file mathtools.h.

◆ iman_

#define iman_   0

Definition at line 14 of file mathtools.h.

◆ F2I

#define F2I (   dbl,
 
)    i=(int)(dbl);

Definition at line 21 of file mathtools.h.

◆ SINCOS

#define SINCOS (   f,
  s,
 
)    {(s)=sinf(f);(c)=cosf(f);}

Definition at line 28 of file mathtools.h.