Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
optim
/
fpcast-constant.c
blob: 49355d00dbb76be69cd5961f3651fc4d38e06e7d [
file
] [
log
] [
blame
]
static
double
foo
(
double
a
,
int
p
)
{
return
a
*
((
p
&
0
)
+
2
);
}
/*
* check-name: fpcast-constant
* check-command: test-linearize $file
*
* check-output-ignore
* check-output-contains: scvtf\\.
* check-output-excludes: fmul\\..*\\$2
*/