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

Lines Matching defs:truncl

2314 #   undef truncl
2315 # define truncl rpl_truncl
2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x));
2318 _GL_CXXALIAS_RPL (truncl, long double, (long double x));
2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x));
2323 _GL_CXXALIAS_SYS (truncl, long double, (long double x));
2325 _GL_CXXALIASWARN (truncl);
2327 # undef truncl
2329 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
2330 "use gnulib module truncl for portability");