Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
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
*/