Lines Matching refs:atan2f
358 # undef atan2f
359 # define atan2f rpl_atan2f macro
361 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
362 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
365 # undef atan2f
366 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
368 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
370 _GL_CXXALIASWARN (atan2f);
372 # undef atan2f
374 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
375 "use gnulib module atan2f for portability");