repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
syshdr.h
blob
3f546aa5206ad60b1bd7e1be539d5233da5ca1cd
1
/* Indented to avoid "suggest hiding ..." warnings. */
2
#pragma GCC system_header
3
4
#define sys_uint 1U
5
#define sys_str(x) x
6
#define sys_foo(x, y...) bar (x, ##y)
7
8
#define sys_uint 1U
9
#define sys_fl 1.0f
10
#define sys_ld 1.0L