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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-2690385/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/linux-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/linux-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/linux-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
  /prebuilts/clang/host/linux-x86/clang-2690385/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/linux-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/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
  /external/libcxx/include/
cmath 288 floating_point tgamma (arithmetic x);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 288 floating_point tgamma (arithmetic x);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 288 floating_point tgamma (arithmetic x);
    [all...]
  /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-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 389 #define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) macro
  /bionic/libc/tools/
posix-2013.txt 1063 tgamma
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 181 TEST_FN_FUNC_FN(tgamma);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 312 TEST_FN_FUNC_FN(tgamma);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 89 using std::tr1::tgamma;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 89 using std::tr1::tgamma;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 89 using std::tr1::tgamma;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 89 using std::tr1::tgamma;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libm-2.11.1.so 
libm.so 
libm.so.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 1025 #undef tgamma
1173 using ::tgamma;
    [all...]

Completed in 1228 milliseconds

1 2 3 4 5 67 8 91011>>