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

Lines Matching defs:atan2f

616 #  undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");