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

1 2 3 4 5 6 7 891011>>

  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 326 TEST_FN_FUNC_FN(tgamma);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 259 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 260 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 260 __MATHCALL (tgamma,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
bessel_function.tcc 93 __gampl = _Tp(1) / std::tr1::tgamma(_Tp(1) + __mu);
94 __gammi = _Tp(1) / std::tr1::tgamma(_Tp(1) - __mu);
riemann_zeta.tcc 323 * std::tr1::tgamma(_Tp(1) - __s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
bessel_function.tcc 93 __gampl = _Tp(1) / std::tr1::tgamma(_Tp(1) + __mu);
94 __gammi = _Tp(1) / std::tr1::tgamma(_Tp(1) - __mu);
riemann_zeta.tcc 323 * std::tr1::tgamma(_Tp(1) - __s)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
bessel_function.tcc 93 __gampl = _Tp(1) / std::tr1::tgamma(_Tp(1) + __mu);
94 __gammi = _Tp(1) / std::tr1::tgamma(_Tp(1) - __mu);
riemann_zeta.tcc 323 * std::tr1::tgamma(_Tp(1) - __s)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
bessel_function.tcc 93 __gampl = _Tp(1) / std::tr1::tgamma(_Tp(1) + __mu);
94 __gammi = _Tp(1) / std::tr1::tgamma(_Tp(1) - __mu);
riemann_zeta.tcc 323 * std::tr1::tgamma(_Tp(1) - __s)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 111 static native float tgamma(float x); method in class:CoreMathVerifier
1080 static private Target.Floaty tgamma(double d, Target t) { method in class:CoreMathVerifier
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 395 BENCH_FN_FUNC_FN(tgamma);
  /prebuilts/sdk/renderscript/lib/arm/
libblasV8.so 
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 598 static_assert((std::is_same<decltype(tgamma((double)0)), double>::value), "");
601 assert(tgamma(1) == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 603 static_assert((std::is_same<decltype(tgamma((double)0)), double>::value), "");
606 assert(tgamma(1) == 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 763 /* 7.12.8.4 The tgamma functions */
764 extern double __cdecl tgamma (double);
  /bionic/tests/
math_test.cpp 1228 TEST(math, tgamma) {
1229 ASSERT_DOUBLE_EQ(24.0, tgamma(5.0));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 284 double tgamma(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 285 double tgamma(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 277 double tgamma(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 283 double tgamma(double) __NDK_FPABI_MATH__;

Completed in 347 milliseconds

1 2 3 4 5 6 7 891011>>