Home | History | Annotate | Download | only in lib

Lines Matching refs:hypotf

1028 #   undef hypotf
1029 # define hypotf rpl_hypotf
1031 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y));
1032 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y));
1035 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y));
1037 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y));
1039 _GL_CXXALIASWARN (hypotf);
1041 # undef hypotf
1043 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - "
1044 "use gnulib module hypotf for portability");
1064 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "