Searched refs:__tg_tgamma (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1188 __tg_tgamma(float __x) {return tgammaf(__x);} function
1192 __tg_tgamma(double __x) {return tgamma(__x);} function
1196 __tg_tgamma(long double __x) {return tgammal(__x);} function
1199 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x))

Completed in 92 milliseconds