(root)/
gcc-13.2.0/
libgcc/
config/
frv/
uitof.c
       1  float __uitof (unsigned int a)
       2  {
       3    return a;
       4  }