Searched refs:hypot (Results 1 - 13 of 13) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dcabs.c26 return hypot (__real__ z, __imag__ z);
H A Dk_casinh.c62 double s = hypot (1.0, rx);
175 double s = hypot (1.0, rx);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dhypot.s1 .global hypot
2 .type hypot,@function
3 hypot: label
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clog10.c45 __real__ result = log10 (hypot (__real__ x,
H A Ds_clog.c45 __real__ result = log (hypot (__real__ x,
H A Ds_csqrt.c89 d = hypot (__real__ x, __imag__ x);
/haiku/src/system/libroot/posix/musl/math/
H A Dhypot.c22 double hypot(double x, double y) function
42 /* note: hypot(inf,nan) == inf */
47 /* note: hypot(x,y) ~= x + y*y/x/2 with inexact for small y/x */
H A Dhypotl.c6 return hypot(x, y);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h150 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
/haiku/headers/posix/
H A Dmath.h222 extern double hypot(double x, double y);
/haiku/headers/cpp/std/
H A Dcomplext.h313 // Some targets don't provide a prototype for hypot when -ansi.
314 //extern "C" double hypot (double, double) __attribute__ ((const));
322 return hypot (real (x), imag (x));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1907 void hypot() {} function
H A Dlibroot_stubs_legacy.c1870 void hypot() {} function

Completed in 178 milliseconds