Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:frexpl

1309 #  undef frexpl
1310 # define frexpl rpl_frexpl
1312 _GL_FUNCDECL_RPL (frexpl, long double,
1314 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1317 _GL_FUNCDECL_SYS (frexpl, long double,
1321 _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr));
1325 _GL_CXXALIASWARN (frexpl);
1328 # undef frexpl
1330 _GL_WARN_ON_USE (frexpl, "frexpl is unportable - "
1331 "use gnulib module frexpl for portability");