Searched defs:hypot (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/lib/libm/src/ |
H A D | e_hypot.c | 51 hypot(double x, double y) in hypot() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/ |
H A D | math.h | 76 #define hypot fake_hypot macro
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/ |
H A D | stubs.c | 120 hypot(double x, double y) in hypot() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 1249 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y) _NOEXCEPT {return … in hypot() function 1252 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { in hypot() function 1256 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y) _NOEXCEPT {return … in hypot() function 1266 hypot(_A1 __x, _A2 __y) _NOEXCEPT in hypot() function
|
/openbsd-src/gnu/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 301 hypot (double x, double y) in hypot() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 301 hypot (double x, double y) in hypot() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 273 hypot(double x, double y) in hypot() function
|
/openbsd-src/include/ |
H A D | tgmath.h | 137 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
|
/openbsd-src/gnu/lib/libstdc++-v3/ |
H A D | config.h | 922 # define hypot _hypot macro
|
/openbsd-src/gnu/llvm/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
|