Searched defs:hypot (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c273 hypot(double x, double y) function
/freebsd-11-stable/include/
H A Dtgmath.h178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h832 #undef hypot macro
833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_device_functions.h1573 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } function
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp203 double hypot(const position &a) function
[all...]
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h936 # define hypot _hypot macro

Completed in 96 milliseconds