(root)/
gcc-13.2.0/
libgcc/
config/
frv/
ulltod.c
       1  double __ulltod (unsigned long long a)
       2  {
       3    return a;
       4  }