Home | History | Annotate | Download | only in lib

Lines Matching defs:truncl

2002 #   undef truncl
2003 # define truncl rpl_truncl
2005 _GL_FUNCDECL_RPL (truncl, long double, (long double x));
2006 _GL_CXXALIAS_RPL (truncl, long double, (long double x));
2009 _GL_FUNCDECL_SYS (truncl, long double, (long double x));
2011 _GL_CXXALIAS_SYS (truncl, long double, (long double x));
2013 _GL_CXXALIASWARN (truncl);
2015 # undef truncl
2017 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
2018 "use gnulib module truncl for portability");