Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr27341-1.c
blob: b77e937b9ce13dfcc3fe57198a2f5f66eb027380 [
file
] [
log
] [
blame
]
extern
double
R_NaReal
;
void
z_atan2
(
double
_Complex
*
r
,
double
_Complex
*
ccs
)
{
if
(*
ccs
==
0
)
__imag__
*
r
=
R_NaReal
;
}