Home | History | Annotate | Download | only in lib

Lines Matching refs:truncf

1958 #   define truncf rpl_truncf
1960 _GL_FUNCDECL_RPL (truncf, float, (float x));
1961 _GL_CXXALIAS_RPL (truncf, float, (float x));
1964 _GL_FUNCDECL_SYS (truncf, float, (float x));
1966 _GL_CXXALIAS_SYS (truncf, float, (float x));
1968 _GL_CXXALIASWARN (truncf);
1970 # undef truncf
1972 _GL_WARN_ON_USE (truncf, "truncf is unportable - "
1973 "use gnulib module truncf for portability");