Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
lrint-matherr.h
blob: cc6e3d13f9bd47a316cc56a07917f4b5de185236 [
file
] [
log
] [
blame
]
#define
TEST
(
name
,
float_type
,
int_type
,
pref
)
void
f_
##name (float_type x) \
{
\
volatile
float_type a
=
__builtin_rint
(
x
);
\
volatile
int_type b
=
__builtin_l
##pref##rint (x); \
}