Go to the documentation of this file.
   19 #ifndef FFMPEG_COMPAT_TMS470_MATH_H 
   20 #define FFMPEG_COMPAT_TMS470_MATH_H 
   22 #include_next <math.h> 
   27 #define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 })) 
   28 #define NAN      (*(const float*)((const unsigned []){ 0x7fc00000 }))