/netbsd-src/tests/lib/libm/ |
H A D | t_hypot.c | 197 CHECK_EQ(i, hypotf, x, +0., x); in ATF_TC_BODY() 198 CHECK_EQ(i, hypotf, x, -0., x); in ATF_TC_BODY() 199 CHECK_EQ(i, hypotf, +0., x, x); in ATF_TC_BODY() 200 CHECK_EQ(i, hypotf, -0., x, x); in ATF_TC_BODY() 201 CHECK_EQ(i, hypotf, -x, +0., x); in ATF_TC_BODY() 202 CHECK_EQ(i, hypotf, -x, -0., x); in ATF_TC_BODY() 203 CHECK_EQ(i, hypotf, +0., -x, x); in ATF_TC_BODY() 204 CHECK_EQ(i, hypotf, -0., -x, x); in ATF_TC_BODY() 207 CHECK_EQ(i, hypotf, x, +INFINITY, INFINITY); in ATF_TC_BODY() 208 CHECK_EQ(i, hypotf, x, -INFINITY, INFINITY); in ATF_TC_BODY() [all …]
|
/netbsd-src/lib/libm/src/ |
H A D | w_hypotf.c | 30 __weak_alias(hypotf, _hypotf) in __weak_alias() argument 34 hypotf(float x, float y) /* wrapper hypotf */ in __weak_alias()
|
/netbsd-src/lib/libm/complex/ |
H A D | catrigf.c | 107 R = hypotf(x, y + 1); in do_hard_work() 108 S = hypotf(x, y - 1); in do_hard_work() 307 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1, in clog_for_large_values() 311 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
|
H A D | cabsf.c | 16 return hypotf(__real__ z, __imag__ z); in cabsf()
|
/netbsd-src/lib/libm/compat/ |
H A D | compat_cabsf.c | 28 return hypotf(z.x, z.y); in cabsf()
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | math.in.h | 1205 # undef hypotf 1206 # define hypotf rpl_hypotf 1208 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1209 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1212 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1214 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1217 _GL_CXXALIASWARN (hypotf); 1220 # undef hypotf 1222 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1245 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/ |
H A D | math.h | 1716 # undef hypotf 1717 # define hypotf rpl_hypotf 1719 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1720 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1723 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1725 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1728 _GL_CXXALIASWARN (hypotf); 1731 # undef hypotf 1733 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|