HomeSort by relevance Sort by last modified time
    Searched refs:tgamma (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tgammaf.c 33 * We simply call tgamma() rather than bloating the math library with
42 return (tgamma(x));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
eval.pass.cpp 63 double x_mean = d.b() * std::tgamma(1 + 1/d.a());
64 double x_var = sqr(d.b()) * std::tgamma(1 + 2/d.a()) - sqr(x_mean);
65 double x_skew = (sqr(d.b())*d.b() * std::tgamma(1 + 3/d.a()) -
68 double x_kurtosis = (sqr(sqr(d.b())) * std::tgamma(1 + 4/d.a()) -
107 double x_mean = d.b() * std::tgamma(1 + 1/d.a());
108 double x_var = sqr(d.b()) * std::tgamma(1 + 2/d.a()) - sqr(x_mean);
109 double x_skew = (sqr(d.b())*d.b() * std::tgamma(1 + 3/d.a()) -
112 double x_kurtosis = (sqr(sqr(d.b())) * std::tgamma(1 + 4/d.a()) -
151 double x_mean = d.b() * std::tgamma(1 + 1/d.a());
152 double x_var = sqr(d.b()) * std::tgamma(1 + 2/d.a()) - sqr(x_mean)
    [all...]
eval_param.pass.cpp 64 double x_mean = p.b() * std::tgamma(1 + 1/p.a());
65 double x_var = sqr(p.b()) * std::tgamma(1 + 2/p.a()) - sqr(x_mean);
66 double x_skew = (sqr(p.b())*p.b() * std::tgamma(1 + 3/p.a()) -
69 double x_kurtosis = (sqr(sqr(p.b())) * std::tgamma(1 + 4/p.a()) -
109 double x_mean = p.b() * std::tgamma(1 + 1/p.a());
110 double x_var = sqr(p.b()) * std::tgamma(1 + 2/p.a()) - sqr(x_mean);
111 double x_skew = (sqr(p.b())*p.b() * std::tgamma(1 + 3/p.a()) -
114 double x_kurtosis = (sqr(sqr(p.b())) * std::tgamma(1 + 4/p.a()) -
154 double x_mean = p.b() * std::tgamma(1 + 1/p.a());
155 double x_var = sqr(p.b()) * std::tgamma(1 + 2/p.a()) - sqr(x_mean)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 75 * Accuracy: tgamma(x) is accurate to within
129 tgamma(x) function
209 /* Return r*tgamma(y). */
312 y = tgamma(y);
314 y = -x*tgamma(-x);
  /bionic/libm/
fake_long_double.c 72 long double tgammal(long double a1) { return tgamma(a1); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 86 IMPORT_F32_FN_F32(tgamma)
rsCpuRuntimeMath.cpp 50 return tgamma(x);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 171 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 171 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 259 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 382 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 391 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 259 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 382 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 391 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 259 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 382 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /development/ndk/platforms/android-3/include/
math.h 283 double tgamma(double);
  /development/ndk/platforms/android-9/include/
math.h 283 double tgamma(double);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 89 using std::tr1::tgamma;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 89 using std::tr1::tgamma;

Completed in 994 milliseconds

1 2 3 4