Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 25 of 270) sorted by relevance

1234567891011

/netbsd/lib/libm/complex/
H A Dcatrigf.c201 ry = atan2f(new_y, sqrt_A2my2); in casinhf()
263 rx = atan2f(sqrt_A2mx2, new_x); in cacosf()
265 rx = atan2f(sqrt_A2mx2, -new_x); in cacosf()
308 atan2f(y, x))); in clog_for_large_values()
311 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
313 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x))); in clog_for_large_values()
391 ry = atan2f(2, -ay) / 2; in catanhf()
393 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanhf()
395 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanhf()
H A Dcargf.c16 return atan2f(__imag__ z, __real__ z); in cargf()
H A Dclogf.c44 rr = atan2f(cimagf(z), crealf(z)); in clogf()
/netbsd/lib/libm/src/
H A Dw_atan2f.c30 __weak_alias(atan2f, _atan2f) in __weak_alias() argument
34 atan2f(float y, float x) /* wrapper atan2f */ in __weak_alias()
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dmath.h837 # undef atan2f
838 # define atan2f rpl_atan2f
840 _GL_FUNCDECL_RPL (atan2f, float, (float y, float x));
841 _GL_CXXALIAS_RPL (atan2f, float, (float y, float x));
844 # undef atan2f
845 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
847 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
849 _GL_CXXALIASWARN (atan2f);
851 # undef atan2f
853 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "

1234567891011