HomeSort by: relevance | last modified time | path
    Searched refs:tgammaf (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libm/src/
s_tgammaf.c 38 * a float-optimized version of it. The reason is that tgammaf() is
43 tgammaf(float x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
cmath 72 __DEVICE__ float tgamma(float __x) { return ::tgammaf(__x); }
  /src/include/
math.h 407 float tgammaf(float);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 643 extern float tgammaf (float);
configure 24994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgammaf" >&5
24995 $as_echo_n "checking for tgammaf... " >&6; }
25012 int (*ptr)() = (int (*)())tgammaf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 643 extern float tgammaf (float);
configure 24829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgammaf" >&5
24830 $as_echo_n "checking for tgammaf... " >&6; }
24847 int (*ptr)() = (int (*)())tgammaf;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 496 using ::tgammaf;
__clang_cuda_math.h 320 __DEVICE__ float tgammaf(float __a) { return __nv_tgammaf(__a); } function
__clang_hip_cmath.h 724 using ::tgammaf;
tgmath.h 1188 __tg_tgamma(float __x) {return tgammaf(__x);}
__clang_hip_math.h 505 float tgammaf(float __x) { return __ocml_tgamma_f32(__x); } function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1916 float tgammaf(float x);
2317 float tgammaf(float x);
2807 float tgammaf(float x);
3127 float tgammaf(float x);
3448 float tgammaf(float x);
3811 float tgammaf(float x);
4214 float tgammaf(float x);
4621 float tgammaf(float x);
tgmath.d 360 alias core.stdc.math.tgammaf tgamma;
861 alias core.stdc.math.tgammaf tgamma;
1364 alias core.stdc.math.tgammaf tgamma;
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 2148 float tgammaf (float);
2151 tgammaf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 2140 float tgammaf (float);
2143 tgammaf (float x) function
  /src/lib/libm/
Makefile 526 lgamma.3 gammaf_r.3 lgamma.3 tgamma.3 lgamma.3 tgammaf.3 \
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 455 {"tgammaf", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 455 {"tgammaf", 99},
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 285 float tgammaf(float x);
1668 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18550 tgammaf(0.0f);
20951 tgammaf(0.0f);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20123 tgammaf(0.0f);
    [all...]

Completed in 112 milliseconds