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

Lines Matching refs:hypotf

1340 #   undef hypotf
1341 # define hypotf rpl_hypotf
1343 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y));
1344 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y));
1347 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y));
1349 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y));
1351 _GL_CXXALIASWARN (hypotf);
1353 # undef hypotf
1355 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - "
1356 "use gnulib module hypotf for portability");
1376 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "