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

  /src/lib/libm/src/
b_tgammal.c 42 __weak_alias(tgammal,_tgammal)
58 tgammal(long double x)
namespace.h 110 #define tgammal _tgammal macro
  /src/lib/libm/ld80/
b_tgammal.c 365 y = tgammal(y);
367 y = - x * tgammal(-x);
385 tgammal(long double x) function
  /src/include/
math.h 411 long double tgammal(long double);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1918 extern(D) real tgammal()(real x) { return tgamma(cast(double) x); }
2319 real tgammal(real x); // since 11.2
2809 real tgammal(real x){ return tgamma(cast(double) x); }
3273 real tgammal(real x);
3533 real tgammal(real x);
3813 real tgammal(real x);
4216 extern(D) real tgammal(real x) { return tgamma(cast(double) x); }
4623 real tgammal(real x);
tgmath.d 362 alias core.stdc.math.tgammal tgamma;
863 alias core.stdc.math.tgammal tgamma;
1366 alias core.stdc.math.tgammal tgamma;
  /src/lib/libm/
Makefile 527 lgamma.3 lgammal.3 lgamma.3 lgammal_r.3 lgamma.3 tgammal.3
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1196 __tg_tgamma(long double __x) {return tgammal(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 457 {"tgammal", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 457 {"tgammal", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 168 extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 168 extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 286 long double tgammal(long double x);
1669 inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18551 tgammal(0.0l);
20952 tgammal(0.0l);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20124 tgammal(0.0l);
    [all...]

Completed in 77 milliseconds