HomeSort by relevance Sort by last modified time
    Searched full:tgamma (Results 126 - 150 of 447) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt 254 tgamma
libm.so.versions.txt 259 tgamma;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt 254 tgamma
libm.so.versions.txt 259 tgamma;
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt 254 tgamma
libm.so.versions.txt 259 tgamma;
  /external/valgrind/none/tests/mips32/
test_math.cpp 99 /* Test tgamma. */
100 printf("tgamma(5.0): %lf\n", tgamma(5.0));
  /prebuilts/go/darwin-x86/src/math/
gamma.go 11 // tgamma.c
17 // double x, y, tgamma();
20 // y = tgamma( x );
  /prebuilts/go/linux-x86/src/math/
gamma.go 11 // tgamma.c
17 // double x, y, tgamma();
20 // y = tgamma( x );
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 141 TEST_FUNC_1(tgamma);
  /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/
libm.arm.map 259 tgamma;
libm.map.txt 258 tgamma;
  /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/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 305 /* tgamma. */
307 __extern_always_inline double __NTH (tgamma (double __d)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 305 /* tgamma. */
307 __extern_always_inline double __NTH (tgamma (double __d)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /external/clang/lib/Headers/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 50 return tgamma(x);
  /ndk/sources/android/support/src/
math_support.c 89 __attribute__((weak)) long double tgammal(long double x) { return tgamma((double)x); }
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro

Completed in 297 milliseconds

1 2 3 4 56 7 8 91011>>