Home | History | Annotate | Download | only in lib

Lines Matching defs:atan2f

304 #  undef atan2f
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
308 _GL_CXXALIASWARN (atan2f);
310 # undef atan2f
312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
313 "use gnulib module atan2f for portability");