Blame math/Versions

Packit 6c4009
%include <float128-abi.h>
Packit 6c4009
libc {
Packit 6c4009
  GLIBC_2.0 {
Packit 6c4009
    # functions used in inline functions or macros
Packit 6c4009
    __isnan; __isnanf; __isnanl; __finite; __finitef; __finitel;
Packit 6c4009
    __isinf; __isinff; __isinfl;
Packit 6c4009
Packit 6c4009
    # global variables
Packit 6c4009
    __fpu_control;
Packit 6c4009
Packit 6c4009
    # c*
Packit 6c4009
    copysign; copysignf; copysignl;
Packit 6c4009
Packit 6c4009
    # f*
Packit 6c4009
    finite; finitef; finitel; frexp; frexpf; frexpl;
Packit 6c4009
Packit 6c4009
    # i*
Packit 6c4009
    isinf; isinff; isinfl; isnan; isnanf; isnanl; ldexp; ldexpf; ldexpl;
Packit 6c4009
Packit 6c4009
    # m*
Packit 6c4009
    modf; modff; modfl;
Packit 6c4009
Packit 6c4009
    # s*
Packit 6c4009
    scalbn; scalbnf; scalbnl;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.1 {
Packit 6c4009
    # functions used in inline functions or macros
Packit 6c4009
    __signbit; __signbitf; __signbitl;
Packit 6c4009
Packit 6c4009
    # s*
Packit 6c4009
    scalbln; scalblnf; scalblnl;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.20 {
Packit 6c4009
  }
Packit 6c4009
}
Packit 6c4009
Packit 6c4009
libm {
Packit 6c4009
  GLIBC_2.0 {
Packit 6c4009
    # mathematical functions
Packit 6c4009
    acos; acosf; acosl;
Packit 6c4009
    acosh; acoshf; acoshl;
Packit 6c4009
    asin; asinf; asinl;
Packit 6c4009
    asinh; asinhf; asinhl;
Packit 6c4009
    atan2; atan2f; atan2l;
Packit 6c4009
    atan; atanf; atanl;
Packit 6c4009
    atanh; atanhf; atanhl;
Packit 6c4009
    cbrt; cbrtf; cbrtl;
Packit 6c4009
    ceil; ceilf; ceill;
Packit 6c4009
    copysign; copysignf; copysignl;
Packit 6c4009
    cos; cosf; cosl;
Packit 6c4009
    coshf; cosh; coshl;
Packit 6c4009
    drem; dremf; dreml;
Packit 6c4009
    erf; erff; erfl;
Packit 6c4009
    erfc; erfcf; erfcl;
Packit 6c4009
    exp; expf; expl;
Packit 6c4009
    expm1; expm1f; expm1l;
Packit 6c4009
    fabs; fabsf; fabsl;
Packit 6c4009
    finite; finitef; finitel;
Packit 6c4009
    floor; floorf; floorl;
Packit 6c4009
    fmod; fmodf; fmodl;
Packit 6c4009
    frexp; frexpf; frexpl;
Packit 6c4009
    gamma; gammaf; gammal;
Packit 6c4009
    gamma_r; gammaf_r; gammal_r;
Packit 6c4009
    hypot; hypotf; hypotl;
Packit 6c4009
    ilogb; ilogbf; ilogbl;
Packit 6c4009
    j0; j0f; j0l;
Packit 6c4009
    j1; j1f; j1l;
Packit 6c4009
    jn; jnf; jnl;
Packit 6c4009
    ldexp; ldexpf; ldexpl;
Packit 6c4009
    lgamma; lgammaf; lgammal;
Packit 6c4009
    lgamma_r; lgammaf_r; lgammal_r;
Packit 6c4009
    log10; log10f; log10l;
Packit 6c4009
    log1p; log1pf; log1pl;
Packit 6c4009
    log; logf; logl;
Packit 6c4009
    logb; logbf; logbl;
Packit 6c4009
    matherr;
Packit 6c4009
    modf; modff; modfl;
Packit 6c4009
    nextafter; nextafterf; nextafterl;
Packit 6c4009
    pow; powf; powl;
Packit 6c4009
    remainder; remainderf; remainderl;
Packit 6c4009
    rint; rintf; rintl;
Packit 6c4009
    scalb; scalbf; scalbl;
Packit 6c4009
    scalbn; scalbnf; scalbnl;
Packit 6c4009
    significand; significandf; significandl;
Packit 6c4009
    sin; sinf; sinl;
Packit 6c4009
    sinh; sinhf; sinhl;
Packit 6c4009
    sqrt; sqrtf; sqrtl;
Packit 6c4009
    tan; tanf; tanl;
Packit 6c4009
    tanh; tanhf; tanhl;
Packit 6c4009
    y0; y0f; y0l;
Packit 6c4009
    y1; y1f; y1l;
Packit 6c4009
    yn; ynf; ynl;
Packit 6c4009
Packit 6c4009
Packit 6c4009
    # global variables
Packit 6c4009
    _LIB_VERSION; signgam;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.1 {
Packit 6c4009
    # mathematical functions
Packit 6c4009
    exp2; exp2f; # exp2l; -- bug omitted this until GLIBC_2.4 (below)
Packit 6c4009
    exp10; exp10f; exp10l;
Packit 6c4009
    fdim; fdimf; fdiml;
Packit 6c4009
    fma; fmaf; fmal;
Packit 6c4009
    fmax; fmaxf; fmaxl;
Packit 6c4009
    fmin; fminf; fminl;
Packit 6c4009
    log2; log2f; log2l;
Packit 6c4009
    nan; nanf; nanl;
Packit 6c4009
    nearbyint; nearbyintf; nearbyintl;
Packit 6c4009
    nexttoward; nexttowardf; nexttowardl;
Packit 6c4009
    pow10; pow10f; pow10l;
Packit 6c4009
    remquo; remquof; remquol;
Packit 6c4009
    lrint; lrintf; lrintl;
Packit 6c4009
    llrint; llrintf; llrintl;
Packit 6c4009
    round; roundf; roundl;
Packit 6c4009
    lround; lroundf; lroundl;
Packit 6c4009
    llround; llroundf; llroundl;
Packit 6c4009
    scalbln; scalblnf; scalblnl;
Packit 6c4009
    sincos; sincosf; sincosl;
Packit 6c4009
    trunc; truncf; truncl;
Packit 6c4009
    tgamma; tgammaf; tgammal;
Packit 6c4009
Packit 6c4009
    # complex functions
Packit 6c4009
    cabs; cabsf; cabsl;
Packit 6c4009
    cacos; cacosf; cacosl;
Packit 6c4009
    cacosh; cacoshf; cacoshl;
Packit 6c4009
    carg; cargf; cargl;
Packit 6c4009
    casin; casinf; casinl;
Packit 6c4009
    casinh; casinhf; casinhl;
Packit 6c4009
    catan; catanf; catanl;
Packit 6c4009
    catanh; catanhf; catanhl;
Packit 6c4009
    ccos; ccosf; ccosl;
Packit 6c4009
    ccosh; ccoshf; ccoshl;
Packit 6c4009
    cexp; cexpf; cexpl;
Packit 6c4009
    cimag; cimagf; cimagl;
Packit 6c4009
    clog; clogf; clogl;
Packit 6c4009
    clog10; clog10f; clog10l;
Packit 6c4009
    __clog10; __clog10f; __clog10l;
Packit 6c4009
    conj; conjf; conjl;
Packit 6c4009
    cpow; cpowf; cpowl;
Packit 6c4009
    cproj; cprojf; cprojl;
Packit 6c4009
    creal; crealf; creall;
Packit 6c4009
    csin; csinf; csinl;
Packit 6c4009
    csinh; csinhf; csinhl;
Packit 6c4009
    csqrt; csqrtf; csqrtl;
Packit 6c4009
    ctan; ctanf; ctanl;
Packit 6c4009
    ctanh; ctanhf; ctanhl;
Packit 6c4009
Packit 6c4009
    # fp environment functions
Packit 6c4009
    feclearexcept; fegetenv; fegetexceptflag;
Packit 6c4009
    fegetround; feholdexcept; feraiseexcept;
Packit 6c4009
    fesetenv; fesetexceptflag; fesetround;
Packit 6c4009
    fetestexcept; feupdateenv;
Packit 6c4009
Packit 6c4009
    # functions used in inline functions or macros
Packit 6c4009
    __finite; __finitef; __finitel;
Packit 6c4009
    __fpclassify; __fpclassifyf; __fpclassifyl;
Packit 6c4009
    __signbit; __signbitf; __signbitl;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.2 {
Packit 6c4009
    # fp environment functions changes from ISO C99 TR1
Packit 6c4009
    feclearexcept; fegetenv; fegetexceptflag; feraiseexcept;
Packit 6c4009
    fesetenv; fesetexceptflag; feupdateenv;
Packit 6c4009
Packit 6c4009
    # fp environment function
Packit 6c4009
    feenableexcept; fedisableexcept; fegetexcept;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.4 {
Packit 6c4009
    # A bug in sysdeps/generic/w_exp2.c kept this from appearing
Packit 6c4009
    # in GLIBC_2.1 as it should have on platforms using that
Packit 6c4009
    # implementation file.  On others, sysdeps/CPU/Versions now
Packit 6c4009
    # puts exp2l in GLIBC_2.1, which will override this entry.
Packit 6c4009
    exp2l;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.15 {
Packit 6c4009
    # Optimized -ffinite-math-only entry points
Packit 6c4009
    __acos_finite; __acosf_finite; __acosl_finite;
Packit 6c4009
    __acosh_finite; __acoshf_finite; __acoshl_finite;
Packit 6c4009
    __asin_finite; __asinf_finite; __asinl_finite;
Packit 6c4009
    __atan2_finite; __atan2f_finite; __atan2l_finite;
Packit 6c4009
    __atanh_finite; __atanhf_finite; __atanhl_finite;
Packit 6c4009
    __cosh_finite; __coshf_finite; __coshl_finite;
Packit 6c4009
    __exp10_finite; __exp10f_finite; __exp10l_finite;
Packit 6c4009
    __exp2_finite; __exp2f_finite; __exp2l_finite;
Packit 6c4009
    __fmod_finite; __fmodf_finite; __fmodl_finite;
Packit 6c4009
    __hypot_finite; __hypotf_finite; __hypotl_finite;
Packit 6c4009
    __j0_finite; __j0f_finite; __j0l_finite;
Packit 6c4009
    __y0_finite; __y0f_finite; __y0l_finite;
Packit 6c4009
    __j1_finite; __j1f_finite; __j1l_finite;
Packit 6c4009
    __y1_finite; __y1f_finite; __y1l_finite;
Packit 6c4009
    __jn_finite; __jnf_finite; __jnl_finite;
Packit 6c4009
    __yn_finite; __ynf_finite; __ynl_finite;
Packit 6c4009
    __lgamma_r_finite; __lgammaf_r_finite; __lgammal_r_finite;
Packit 6c4009
    __log_finite; __logf_finite; __logl_finite;
Packit 6c4009
    __log10_finite; __log10f_finite; __log10l_finite;
Packit 6c4009
    __log2_finite; __log2f_finite; __log2l_finite;
Packit 6c4009
    __pow_finite; __powf_finite; __powl_finite;
Packit 6c4009
    __remainder_finite; __remainderf_finite; __remainderl_finite;
Packit 6c4009
    __scalb_finite; __scalbf_finite; __scalbl_finite;
Packit 6c4009
    __sinh_finite; __sinhf_finite; __sinhl_finite;
Packit 6c4009
    __sqrt_finite; __sqrtf_finite; __sqrtl_finite;
Packit 6c4009
    __gamma_r_finite; __gammaf_r_finite; __gammal_r_finite;
Packit 6c4009
    __exp_finite; __expf_finite; __expl_finite;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.18 {
Packit 6c4009
    __issignaling; __issignalingf; __issignalingl;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.23 {
Packit 6c4009
    # The __signgam name must be exported for the signgam weak alias
Packit 6c4009
    # to work.  New symbol versions of lgamma* that set __signgam are
Packit 6c4009
    # needed to preserve compatibility with old binaries that have a
Packit 6c4009
    # dynamic symbol for signgam but not __signgam.
Packit 6c4009
    lgamma; lgammaf; lgammal; __signgam;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.24 {
Packit 6c4009
    nextup; nextupf; nextupl;
Packit 6c4009
    nextdown; nextdownf; nextdownl;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.25 {
Packit 6c4009
    fesetexcept; fetestexceptflag; fegetmode; fesetmode;
Packit 6c4009
    __iscanonicall; __iseqsigf; __iseqsig; __iseqsigl;
Packit 6c4009
    totalorder; totalorderf; totalorderl;
Packit 6c4009
    totalordermag; totalordermagf; totalordermagl;
Packit 6c4009
    getpayload; getpayloadf; getpayloadl;
Packit 6c4009
    canonicalize; canonicalizef; canonicalizel;
Packit 6c4009
    setpayload; setpayloadf; setpayloadl;
Packit 6c4009
    setpayloadsig; setpayloadsigf; setpayloadsigl;
Packit 6c4009
    llogb; llogbf; llogbl;
Packit 6c4009
    fmaxmag; fmaxmagf; fmaxmagl; fminmag; fminmagf; fminmagl;
Packit 6c4009
    roundeven; roundevenf; roundevenl;
Packit 6c4009
    fromfp; fromfpf; fromfpl; ufromfp; ufromfpf; ufromfpl;
Packit 6c4009
    fromfpx; fromfpxf; fromfpxl; ufromfpx; ufromfpxf; ufromfpxl;
Packit 6c4009
  }
Packit 6c4009
%ifdef FLOAT128_VERSION
Packit 6c4009
  FLOAT128_VERSION {
Packit 6c4009
    acosf128;
Packit 6c4009
    acoshf128;
Packit 6c4009
    asinf128;
Packit 6c4009
    asinhf128;
Packit 6c4009
    atan2f128;
Packit 6c4009
    atanf128;
Packit 6c4009
    atanhf128;
Packit 6c4009
    cabsf128;
Packit 6c4009
    cacosf128;
Packit 6c4009
    cacoshf128;
Packit 6c4009
    canonicalizef128;
Packit 6c4009
    cargf128;
Packit 6c4009
    casinf128;
Packit 6c4009
    casinhf128;
Packit 6c4009
    catanf128;
Packit 6c4009
    catanhf128;
Packit 6c4009
    cbrtf128;
Packit 6c4009
    ccosf128;
Packit 6c4009
    ccoshf128;
Packit 6c4009
    ceilf128;
Packit 6c4009
    cexpf128;
Packit 6c4009
    cimagf128;
Packit 6c4009
    clog10f128;
Packit 6c4009
    clogf128;
Packit 6c4009
    conjf128;
Packit 6c4009
    copysignf128;
Packit 6c4009
    cosf128;
Packit 6c4009
    coshf128;
Packit 6c4009
    cpowf128;
Packit 6c4009
    cprojf128;
Packit 6c4009
    crealf128;
Packit 6c4009
    csinf128;
Packit 6c4009
    csinhf128;
Packit 6c4009
    csqrtf128;
Packit 6c4009
    ctanf128;
Packit 6c4009
    ctanhf128;
Packit 6c4009
    erfcf128;
Packit 6c4009
    erff128;
Packit 6c4009
    exp10f128;
Packit 6c4009
    exp2f128;
Packit 6c4009
    expf128;
Packit 6c4009
    expm1f128;
Packit 6c4009
    fabsf128;
Packit 6c4009
    fdimf128;
Packit 6c4009
    floorf128;
Packit 6c4009
    fmaf128;
Packit 6c4009
    fmaxf128;
Packit 6c4009
    fmaxmagf128;
Packit 6c4009
    fminf128;
Packit 6c4009
    fminmagf128;
Packit 6c4009
    fmodf128;
Packit 6c4009
    frexpf128;
Packit 6c4009
    fromfpf128;
Packit 6c4009
    fromfpxf128;
Packit 6c4009
    getpayloadf128;
Packit 6c4009
    hypotf128;
Packit 6c4009
    ilogbf128;
Packit 6c4009
    j0f128;
Packit 6c4009
    j1f128;
Packit 6c4009
    jnf128;
Packit 6c4009
    ldexpf128;
Packit 6c4009
    lgammaf128;
Packit 6c4009
    lgammaf128_r;
Packit 6c4009
    llogbf128;
Packit 6c4009
    llrintf128;
Packit 6c4009
    llroundf128;
Packit 6c4009
    log10f128;
Packit 6c4009
    log1pf128;
Packit 6c4009
    log2f128;
Packit 6c4009
    logbf128;
Packit 6c4009
    logf128;
Packit 6c4009
    lrintf128;
Packit 6c4009
    lroundf128;
Packit 6c4009
    modff128;
Packit 6c4009
    nanf128;
Packit 6c4009
    nearbyintf128;
Packit 6c4009
    nextafterf128;
Packit 6c4009
    nextdownf128;
Packit 6c4009
    nextupf128;
Packit 6c4009
    powf128;
Packit 6c4009
    remainderf128;
Packit 6c4009
    remquof128;
Packit 6c4009
    rintf128;
Packit 6c4009
    roundevenf128;
Packit 6c4009
    roundf128;
Packit 6c4009
    scalblnf128;
Packit 6c4009
    scalbnf128;
Packit 6c4009
    setpayloadf128;
Packit 6c4009
    setpayloadsigf128;
Packit 6c4009
    sincosf128;
Packit 6c4009
    sinf128;
Packit 6c4009
    sinhf128;
Packit 6c4009
    sqrtf128;
Packit 6c4009
    tanf128;
Packit 6c4009
    tanhf128;
Packit 6c4009
    tgammaf128;
Packit 6c4009
    totalorderf128;
Packit 6c4009
    totalordermagf128;
Packit 6c4009
    truncf128;
Packit 6c4009
    ufromfpf128;
Packit 6c4009
    ufromfpxf128;
Packit 6c4009
    y0f128;
Packit 6c4009
    y1f128;
Packit 6c4009
    ynf128;
Packit 6c4009
  }
Packit 6c4009
%endif
Packit 6c4009
  GLIBC_2.27 {
Packit 6c4009
    expf; exp2f; logf; log2f; powf;
Packit 6c4009
    # _Float64x functions, only present for some configurations.
Packit 6c4009
    acosf64x;
Packit 6c4009
    acoshf64x;
Packit 6c4009
    asinf64x;
Packit 6c4009
    asinhf64x;
Packit 6c4009
    atan2f64x;
Packit 6c4009
    atanf64x;
Packit 6c4009
    atanhf64x;
Packit 6c4009
    cabsf64x;
Packit 6c4009
    cacosf64x;
Packit 6c4009
    cacoshf64x;
Packit 6c4009
    canonicalizef64x;
Packit 6c4009
    cargf64x;
Packit 6c4009
    casinf64x;
Packit 6c4009
    casinhf64x;
Packit 6c4009
    catanf64x;
Packit 6c4009
    catanhf64x;
Packit 6c4009
    cbrtf64x;
Packit 6c4009
    ccosf64x;
Packit 6c4009
    ccoshf64x;
Packit 6c4009
    ceilf64x;
Packit 6c4009
    cexpf64x;
Packit 6c4009
    cimagf64x;
Packit 6c4009
    clog10f64x;
Packit 6c4009
    clogf64x;
Packit 6c4009
    conjf64x;
Packit 6c4009
    copysignf64x;
Packit 6c4009
    cosf64x;
Packit 6c4009
    coshf64x;
Packit 6c4009
    cpowf64x;
Packit 6c4009
    cprojf64x;
Packit 6c4009
    crealf64x;
Packit 6c4009
    csinf64x;
Packit 6c4009
    csinhf64x;
Packit 6c4009
    csqrtf64x;
Packit 6c4009
    ctanf64x;
Packit 6c4009
    ctanhf64x;
Packit 6c4009
    erfcf64x;
Packit 6c4009
    erff64x;
Packit 6c4009
    exp10f64x;
Packit 6c4009
    exp2f64x;
Packit 6c4009
    expf64x;
Packit 6c4009
    expm1f64x;
Packit 6c4009
    fabsf64x;
Packit 6c4009
    fdimf64x;
Packit 6c4009
    floorf64x;
Packit 6c4009
    fmaf64x;
Packit 6c4009
    fmaxf64x;
Packit 6c4009
    fmaxmagf64x;
Packit 6c4009
    fminf64x;
Packit 6c4009
    fminmagf64x;
Packit 6c4009
    fmodf64x;
Packit 6c4009
    frexpf64x;
Packit 6c4009
    fromfpf64x;
Packit 6c4009
    fromfpxf64x;
Packit 6c4009
    getpayloadf64x;
Packit 6c4009
    hypotf64x;
Packit 6c4009
    ilogbf64x;
Packit 6c4009
    j0f64x;
Packit 6c4009
    j1f64x;
Packit 6c4009
    jnf64x;
Packit 6c4009
    ldexpf64x;
Packit 6c4009
    lgammaf64x;
Packit 6c4009
    lgammaf64x_r;
Packit 6c4009
    llogbf64x;
Packit 6c4009
    llrintf64x;
Packit 6c4009
    llroundf64x;
Packit 6c4009
    log10f64x;
Packit 6c4009
    log1pf64x;
Packit 6c4009
    log2f64x;
Packit 6c4009
    logbf64x;
Packit 6c4009
    logf64x;
Packit 6c4009
    lrintf64x;
Packit 6c4009
    lroundf64x;
Packit 6c4009
    modff64x;
Packit 6c4009
    nanf64x;
Packit 6c4009
    nearbyintf64x;
Packit 6c4009
    nextafterf64x;
Packit 6c4009
    nextdownf64x;
Packit 6c4009
    nextupf64x;
Packit 6c4009
    powf64x;
Packit 6c4009
    remainderf64x;
Packit 6c4009
    remquof64x;
Packit 6c4009
    rintf64x;
Packit 6c4009
    roundevenf64x;
Packit 6c4009
    roundf64x;
Packit 6c4009
    scalblnf64x;
Packit 6c4009
    scalbnf64x;
Packit 6c4009
    setpayloadf64x;
Packit 6c4009
    setpayloadsigf64x;
Packit 6c4009
    sincosf64x;
Packit 6c4009
    sinf64x;
Packit 6c4009
    sinhf64x;
Packit 6c4009
    sqrtf64x;
Packit 6c4009
    tanf64x;
Packit 6c4009
    tanhf64x;
Packit 6c4009
    tgammaf64x;
Packit 6c4009
    totalorderf64x;
Packit 6c4009
    totalordermagf64x;
Packit 6c4009
    truncf64x;
Packit 6c4009
    ufromfpf64x;
Packit 6c4009
    ufromfpxf64x;
Packit 6c4009
    y0f64x;
Packit 6c4009
    y1f64x;
Packit 6c4009
    ynf64x;
Packit 6c4009
    # _Float32, _Float64 and _Float32x functions, for all configurations.
Packit 6c4009
    acosf32; acosf64; acosf32x;
Packit 6c4009
    acoshf32; acoshf64; acoshf32x;
Packit 6c4009
    asinf32; asinf64; asinf32x;
Packit 6c4009
    asinhf32; asinhf64; asinhf32x;
Packit 6c4009
    atan2f32; atan2f64; atan2f32x;
Packit 6c4009
    atanf32; atanf64; atanf32x;
Packit 6c4009
    atanhf32; atanhf64; atanhf32x;
Packit 6c4009
    cabsf32; cabsf64; cabsf32x;
Packit 6c4009
    cacosf32; cacosf64; cacosf32x;
Packit 6c4009
    cacoshf32; cacoshf64; cacoshf32x;
Packit 6c4009
    canonicalizef32; canonicalizef64; canonicalizef32x;
Packit 6c4009
    cargf32; cargf64; cargf32x;
Packit 6c4009
    casinf32; casinf64; casinf32x;
Packit 6c4009
    casinhf32; casinhf64; casinhf32x;
Packit 6c4009
    catanf32; catanf64; catanf32x;
Packit 6c4009
    catanhf32; catanhf64; catanhf32x;
Packit 6c4009
    cbrtf32; cbrtf64; cbrtf32x;
Packit 6c4009
    ccosf32; ccosf64; ccosf32x;
Packit 6c4009
    ccoshf32; ccoshf64; ccoshf32x;
Packit 6c4009
    ceilf32; ceilf64; ceilf32x;
Packit 6c4009
    cexpf32; cexpf64; cexpf32x;
Packit 6c4009
    cimagf32; cimagf64; cimagf32x;
Packit 6c4009
    clog10f32; clog10f64; clog10f32x;
Packit 6c4009
    clogf32; clogf64; clogf32x;
Packit 6c4009
    conjf32; conjf64; conjf32x;
Packit 6c4009
    copysignf32; copysignf64; copysignf32x;
Packit 6c4009
    cosf32; cosf64; cosf32x;
Packit 6c4009
    coshf32; coshf64; coshf32x;
Packit 6c4009
    cpowf32; cpowf64; cpowf32x;
Packit 6c4009
    cprojf32; cprojf64; cprojf32x;
Packit 6c4009
    crealf32; crealf64; crealf32x;
Packit 6c4009
    csinf32; csinf64; csinf32x;
Packit 6c4009
    csinhf32; csinhf64; csinhf32x;
Packit 6c4009
    csqrtf32; csqrtf64; csqrtf32x;
Packit 6c4009
    ctanf32; ctanf64; ctanf32x;
Packit 6c4009
    ctanhf32; ctanhf64; ctanhf32x;
Packit 6c4009
    erfcf32; erfcf64; erfcf32x;
Packit 6c4009
    erff32; erff64; erff32x;
Packit 6c4009
    exp10f32; exp10f64; exp10f32x;
Packit 6c4009
    exp2f32; exp2f64; exp2f32x;
Packit 6c4009
    expf32; expf64; expf32x;
Packit 6c4009
    expm1f32; expm1f64; expm1f32x;
Packit 6c4009
    fabsf32; fabsf64; fabsf32x;
Packit 6c4009
    fdimf32; fdimf64; fdimf32x;
Packit 6c4009
    floorf32; floorf64; floorf32x;
Packit 6c4009
    fmaf32; fmaf64; fmaf32x;
Packit 6c4009
    fmaxf32; fmaxf64; fmaxf32x;
Packit 6c4009
    fmaxmagf32; fmaxmagf64; fmaxmagf32x;
Packit 6c4009
    fminf32; fminf64; fminf32x;
Packit 6c4009
    fminmagf32; fminmagf64; fminmagf32x;
Packit 6c4009
    fmodf32; fmodf64; fmodf32x;
Packit 6c4009
    frexpf32; frexpf64; frexpf32x;
Packit 6c4009
    fromfpf32; fromfpf64; fromfpf32x;
Packit 6c4009
    fromfpxf32; fromfpxf64; fromfpxf32x;
Packit 6c4009
    getpayloadf32; getpayloadf64; getpayloadf32x;
Packit 6c4009
    hypotf32; hypotf64; hypotf32x;
Packit 6c4009
    ilogbf32; ilogbf64; ilogbf32x;
Packit 6c4009
    j0f32; j0f64; j0f32x;
Packit 6c4009
    j1f32; j1f64; j1f32x;
Packit 6c4009
    jnf32; jnf64; jnf32x;
Packit 6c4009
    ldexpf32; ldexpf64; ldexpf32x;
Packit 6c4009
    lgammaf32; lgammaf64; lgammaf32x;
Packit 6c4009
    lgammaf32_r; lgammaf64_r; lgammaf32x_r;
Packit 6c4009
    llogbf32; llogbf64; llogbf32x;
Packit 6c4009
    llrintf32; llrintf64; llrintf32x;
Packit 6c4009
    llroundf32; llroundf64; llroundf32x;
Packit 6c4009
    log10f32; log10f64; log10f32x;
Packit 6c4009
    log1pf32; log1pf64; log1pf32x;
Packit 6c4009
    log2f32; log2f64; log2f32x;
Packit 6c4009
    logbf32; logbf64; logbf32x;
Packit 6c4009
    logf32; logf64; logf32x;
Packit 6c4009
    lrintf32; lrintf64; lrintf32x;
Packit 6c4009
    lroundf32; lroundf64; lroundf32x;
Packit 6c4009
    modff32; modff64; modff32x;
Packit 6c4009
    nanf32; nanf64; nanf32x;
Packit 6c4009
    nearbyintf32; nearbyintf64; nearbyintf32x;
Packit 6c4009
    nextafterf32; nextafterf64; nextafterf32x;
Packit 6c4009
    nextdownf32; nextdownf64; nextdownf32x;
Packit 6c4009
    nextupf32; nextupf64; nextupf32x;
Packit 6c4009
    powf32; powf64; powf32x;
Packit 6c4009
    remainderf32; remainderf64; remainderf32x;
Packit 6c4009
    remquof32; remquof64; remquof32x;
Packit 6c4009
    rintf32; rintf64; rintf32x;
Packit 6c4009
    roundevenf32; roundevenf64; roundevenf32x;
Packit 6c4009
    roundf32; roundf64; roundf32x;
Packit 6c4009
    scalblnf32; scalblnf64; scalblnf32x;
Packit 6c4009
    scalbnf32; scalbnf64; scalbnf32x;
Packit 6c4009
    setpayloadf32; setpayloadf64; setpayloadf32x;
Packit 6c4009
    setpayloadsigf32; setpayloadsigf64; setpayloadsigf32x;
Packit 6c4009
    sincosf32; sincosf64; sincosf32x;
Packit 6c4009
    sinf32; sinf64; sinf32x;
Packit 6c4009
    sinhf32; sinhf64; sinhf32x;
Packit 6c4009
    sqrtf32; sqrtf64; sqrtf32x;
Packit 6c4009
    tanf32; tanf64; tanf32x;
Packit 6c4009
    tanhf32; tanhf64; tanhf32x;
Packit 6c4009
    tgammaf32; tgammaf64; tgammaf32x;
Packit 6c4009
    totalorderf32; totalorderf64; totalorderf32x;
Packit 6c4009
    totalordermagf32; totalordermagf64; totalordermagf32x;
Packit 6c4009
    truncf32; truncf64; truncf32x;
Packit 6c4009
    ufromfpf32; ufromfpf64; ufromfpf32x;
Packit 6c4009
    ufromfpxf32; ufromfpxf64; ufromfpxf32x;
Packit 6c4009
    y0f32; y0f64; y0f32x;
Packit 6c4009
    y1f32; y1f64; y1f32x;
Packit 6c4009
    ynf32; ynf64; ynf32x;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.28 {
Packit 6c4009
    # Functions not involving _Float64x or _Float128, for all configurations.
Packit 6c4009
    fadd; faddl; daddl;
Packit 6c4009
    f32addf32x; f32addf64; f32xaddf64;
Packit 6c4009
    fdiv; fdivl; ddivl;
Packit 6c4009
    f32divf32x; f32divf64; f32xdivf64;
Packit 6c4009
    fmul; fmull; dmull;
Packit 6c4009
    f32mulf32x; f32mulf64; f32xmulf64;
Packit 6c4009
    fsub; fsubl; dsubl;
Packit 6c4009
    f32subf32x; f32subf64; f32xsubf64;
Packit 6c4009
    # Functions involving _Float64x or _Float128, for some configurations.
Packit 6c4009
    f32addf64x; f32addf128;
Packit 6c4009
    f32xaddf64x; f32xaddf128; f64addf64x; f64addf128;
Packit 6c4009
    f64xaddf128;
Packit 6c4009
    f32divf64x; f32divf128;
Packit 6c4009
    f32xdivf64x; f32xdivf128; f64divf64x; f64divf128;
Packit 6c4009
    f64xdivf128;
Packit 6c4009
    f32mulf64x; f32mulf128;
Packit 6c4009
    f32xmulf64x; f32xmulf128; f64mulf64x; f64mulf128;
Packit 6c4009
    f64xmulf128;
Packit 6c4009
    f32subf64x; f32subf128;
Packit 6c4009
    f32xsubf64x; f32xsubf128; f64subf64x; f64subf128;
Packit 6c4009
    f64xsubf128;
Packit 6c4009
  }
Packit 6c4009
}