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