xref
: /
netbsd-src
/
external
/
gpl3
/
gcc
/
dist
/
libgcc
/
config
/
frv
/
uitof.c
(revision 48fb7bfab72acd4281a53bbee5ccf3f809019e75)
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