HomeSort by relevance Sort by last modified time
    Searched defs:tgamma (Results 1 - 18 of 18) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
imprecise.c 69 DECLARE_IMPRECISE(tgamma); variable
  /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);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 160 #define tgamma(x) __TGMATH_REAL(x, tgamma) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 389 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 389 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /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
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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/darwin-x86/host/3.5/lib/clang/3.5/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/linux-x86/host/3.4/lib/clang/3.4/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/linux-x86/host/3.5/lib/clang/3.5/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/misc/darwin-x86/analyzer/lib/clang/3.3/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/misc/linux-x86/analyzer/lib/clang/3.3/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/sdk/renderscript/clang-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
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 111 static native float tgamma(float x); method in class:CoreMathVerifier
    [all...]

Completed in 742 milliseconds