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

/freebsd-11-stable/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.h384 float tgammaf(float);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h470 using ::tgammaf;
H A Dtgmath.h1188 __tg_tgamma(float __x) {return tgammaf(__x);}
H A D__clang_cuda_device_functions.h1766 __DEVICE__ float tgammaf(float __a) { return __nv_tgammaf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile224 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h285 float tgammaf(float x);
1542 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31069 tgammaf(0.0f);
[all...]

Completed in 272 milliseconds