repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
g3dvl: Use sobel filter for chroma interpolation
[mesa/nouveau-pmpeg.git]
/
src
/
glsl
/
glcpp
/
tests
/
052-if-bitwise.c
blob
2d8e45eb61efa0ee182975f8698392f50e6982ea
1
#if (0xaaaaaaaa | 0x55555555) != 4294967295
2
failure_1
3
#else
4
success_1
5
#endif
6
#if (0x12345678 ^ 0xfdecba98) == 4023971040
7
success_2
8
#else
9
failure_2
10
#endif
11
#if (~ 0xdeadbeef) != -3735928560
12
failure_3
13
#else
14
success_3
15
#endif
16
#if (0667 & 0733) == 403
17
success_4
18
#else
19
failure_4
20
#endif