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

Lines Matching defs:truncf

2270 #   define truncf rpl_truncf
2272 _GL_FUNCDECL_RPL (truncf, float, (float x));
2273 _GL_CXXALIAS_RPL (truncf, float, (float x));
2276 _GL_FUNCDECL_SYS (truncf, float, (float x));
2278 _GL_CXXALIAS_SYS (truncf, float, (float x));
2280 _GL_CXXALIASWARN (truncf);
2282 # undef truncf
2284 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
2285 "use gnulib module truncf for portability");