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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h822 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} function
826 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} function
830 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);} function

Completed in 119 milliseconds