FFmpeg
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
compat
tms470
math.h
Go to the documentation of this file.
1
#include_next <math.h>
2
3
#undef INFINITY
4
#undef NAN
5
6
#define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 }))
7
#define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))
Generated on Wed Jul 10 2013 23:47:53 for FFmpeg by
1.8.2