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

  /src/lib/libm/src/
e_lgammal.c 17 __weak_alias(lgammal, _lgammal)
25 lgammal(long double x) function
namespace.h 64 #define lgammal _lgammal macro
  /src/include/
math.h 410 long double lgammal(long double);
  /src/lib/libm/noieee_src/
n_lgamma.c 140 __weak_alias(lgammal, lgamma)
  /src/lib/libm/ld80/
b_tgammal.c 357 y = expl(lgammal(x) / 2);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1911 extern(D) real lgammal()(real x) { return lgamma(cast(double) x); }
2312 real lgammal(real x); // since 10.2
2802 real lgammal(real x){ return lgamma(x); }
3271 real lgammal(real x);
3532 real lgammal(real x);
3806 real lgammal(real x);
4209 extern(D) real lgammal(real x) { return lgamma(cast(double) x); }
4616 real lgammal(real x);
tgmath.d 355 alias core.stdc.math.lgammal lgamma;
856 alias core.stdc.math.lgammal lgamma;
1359 alias core.stdc.math.lgammal lgamma;
  /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 882 __tg_lgamma(long double __x) {return lgammal(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 445 {"lgammal", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 445 {"lgammal", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 167 extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 167 extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 214 long double lgammal(long double x);
1338 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);}
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 1959 TEST(MemorySanitizer, lgammal) {
1960 long double res = lgammal(1.1);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4901 INTERCEPTOR(long double, lgammal, long double x) {
4903 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
4904 long double res = REAL(lgammal)(x);
4909 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5213 INTERCEPTOR(long double, lgammal, long double x) {
5215 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
5216 long double res = REAL(lgammal)(x);
5221 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 5186 INTERCEPTOR(long double, lgammal, long double x) {
5188 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
5189 long double res = REAL(lgammal)(x);
5194 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18548 lgammal(0.0l);
20896 lgammal(0.0l);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20068 lgammal(0.0l);
    [all...]

Completed in 99 milliseconds