HomeSort by: relevance | last modified time | path
    Searched defs:hypot (Results 1 - 25 of 143) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libm/noieee_src/
n_cabs.c 35 /* HYPOT(X,Y)
50 * 2. Hypot(x,y) is computed by:
54 * hypot = x + -----------------------------
60 * hypot = x + --------------------------------------------------
70 * hypot(x,y) is INF if x or y is +INF or -INF; else
71 * hypot(x,y) is NAN if x or y is NAN.
74 * hypot(x,y) returns the sqrt(x^2+y^2) with error less than 1 ulps (units
105 hypot(double x, double y) function
164 * hypot(x,y)
167 * cabs(z) = hypot(x,y)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 30 New function `hypot' added.
301 hypot (double x, double y) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 30 New function `hypot' added.
301 hypot (double x, double y) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 95 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 95 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /src/include/
tgmath.h 164 #define hypot(a,b) __TG_FN2(hypot, (a), (b)) macro
  /src/lib/libm/src/
namespace.h 61 #define hypot _hypot macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 818 // hypot
826 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
832 #undef hypot macro
833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");
  /src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
math.h 1742 # undef hypot
1743 # define hypot rpl_hypot
1745 _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
1746 _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
1748 _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
1751 _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
1754 # undef hypot macro
1756 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
1757 "use gnulib module hypot for portability");

Completed in 102 milliseconds

1 2 3 4 5 6