(root)/
glibc-2.38/
sysdeps/
ieee754/
float128/
s_ufromfpxf128.c
       1  #define UNSIGNED 1
       2  #define INEXACT 1
       3  #define FUNC __ufromfpxf128
       4  #include <float128_private.h>
       5  #include "../ldbl-128/s_fromfpl_main.c"
       6  libm_alias_float128 (__ufromfpx, ufromfpx)