Searched refs:hypotf (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/glibc/math/
H A Dcabsf.c26 return hypotf (__real__ z, __imag__ z);
H A Dk_casinhf.c62 float s = hypotf (1.0f, rx);
177 float s = hypotf (1.0f, rx);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dhypotf.s1 .global hypotf
2 .type hypotf,@function
3 hypotf: label
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clogf.c45 __real__ result = logf (hypotf (__real__ x,
H A Ds_clog10f.c45 __real__ result = log10f (hypotf (__real__ x,
H A Ds_csqrtf.c89 d = hypotf (__real__ x, __imag__ x);
/haiku/src/system/libroot/posix/musl/math/
H A Dhypotf.c4 float hypotf(float x, float y) function
/haiku/headers/posix/
H A Dmath.h161 extern float hypotf(float x, float y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1908 void hypotf() {} function
H A Dlibroot_stubs_legacy.c1871 void hypotf() {} function

Completed in 181 milliseconds