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
2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
lrint-matherr.h
blob
cc6e3d13f9bd47a316cc56a07917f4b5de185236
1
#define TEST(name, float_type, int_type, pref) void f_##name (float_type x) \
2
{ \
3
volatile float_type a = __builtin_rint (x); \
4
volatile int_type b = __builtin_l##pref##rint (x); \
5
}