Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dhypot.h38 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { in hypot() function
26 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y) _NOEXCEPT { return __builtin_hypotf(__x, __y); } hypot() function
29 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { hypot() function
33 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y) _NOEXCEPT { hypot() function
[all...]
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_hypotf_1u5.c
H A Dv_hypot_1u5.c
H A Dsv_hypotf_1u5.c
H A Dsv_hypot_1u5.c
/freebsd-src/lib/msun/src/
H A De_hypot.c51 hypot(double x, double y) in hypot() function
/freebsd-src/include/
H A Dtgmath.h178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } in hypot() function
H A Dtgmath.h833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro