Home | History | Annotate | Download | only in lib

Lines Matching refs:hypotl

1073 #   undef hypotl
1074 # define hypotl rpl_hypotl
1076 _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y));
1077 _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y));
1080 _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y));
1082 _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y));
1084 _GL_CXXALIASWARN (hypotl);
1086 # undef hypotl
1088 _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
1089 "use gnulib module hypotl for portability");