projects
/
libav.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
avserver: Remove unused loadable module support
[libav.git]
/
compat
/
tms470
/
math.h
Commit
Line
Data
b6f8d635
MR
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 }))