xref
: /
netbsd-src
/
external
/
gpl3
/
gcc.old
/
dist
/
libgcc
/
config
/
frv
/
uitof.c
(revision dd3ee07da436799d8de85f3055253118b76bf345)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
float
__uitof
(
unsigned
int
a
)
2
{
3
return
a
;
4
}
5