Searched defs:hypot (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__math/ |
H A D | hypot.h | 38 _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 D | v_hypotf_1u5.c |
|
H A D | v_hypot_1u5.c |
|
H A D | sv_hypotf_1u5.c |
|
H A D | sv_hypot_1u5.c |
|
/freebsd-src/lib/msun/src/ |
H A D | e_hypot.c | 51 hypot(double x, double y) in hypot() function
|
/freebsd-src/include/ |
H A D | tgmath.h | 178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } in hypot() function
|
H A D | tgmath.h | 833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|