1float __uitof (unsigned int a)
2{
3  return a;
4}
5