Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A De_hypot.c51 hypot(double x, double y) in hypot() function
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dmath.h76 #define hypot fake_hypot macro
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c120 hypot(double x, double y) in hypot() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1249 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 Dmath-68881.h301 hypot (double x, double y) in hypot() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h301 hypot (double x, double y) in hypot() function
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c273 hypot(double x, double y) in hypot() function
/openbsd-src/include/
H A Dtgmath.h137 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h922 # define hypot _hypot macro
/openbsd-src/gnu/llvm/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