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

/freebsd-11.0-release/lib/msun/src/
H A Ds_tgammaf.c34 * a float-optimized version of it. The reason is that tgammaf() is
39 tgammaf(float x) function
H A Dmath.h379 float tgammaf(float);
/freebsd-11.0-release/lib/msun/
H A DMakefile197 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1195 __tg_tgamma(float __x) {return tgammaf(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h286 float tgammaf(float x);
1394 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return tgammaf(__lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31069 tgammaf(0.0f);
[all...]

Completed in 201 milliseconds