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

Lines Matching refs:hypotl

1385 #   undef hypotl
1386 # define hypotl rpl_hypotl
1388 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y));
1389 _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y));
1392 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y));
1394 _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y));
1396 _GL_CXXALIASWARN (hypotl);
1398 # undef hypotl
1400 _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
1401 "use gnulib module hypotl for portability");