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

/freebsd-13-stable/lib/msun/src/
H A Ds_tgammaf.c36 * a float-optimized version of it. The reason is that tgammaf() is
41 tgammaf(float x) function
H A Dmath.h384 float tgammaf(float);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h454 using ::tgammaf;
H A D__clang_cuda_math.h319 __DEVICE__ float tgammaf(float __a) { return __nv_tgammaf(__a); } function
H A Dtgmath.h1188 __tg_tgamma(float __x) {return tgammaf(__x);}
H A D__clang_hip_math.h380 inline float tgammaf(float __x) { return __ocml_tgamma_f32(__x); } function
/freebsd-13-stable/lib/msun/
H A DMakefile224 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h285 float tgammaf(float x);
1491 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);}

Completed in 85 milliseconds