HomeSort by relevance Sort by last modified time
    Searched full:lgamma (Results 176 - 200 of 531) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
math.h 236 double lgamma(double) __NDK_FPABI_MATH__;
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
575 * Reentrant version of gamma & lgamma; passes signgam back by reference
670 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
math.h 236 double lgamma(double) __NDK_FPABI_MATH__;
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
575 * Reentrant version of gamma & lgamma; passes signgam back by reference
670 * Float versions of reentrant version of gamma & lgamma; passes
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
math.h 236 double lgamma(double) __NDK_FPABI_MATH__;
291 * Reentrant version of gamma & lgamma; passes signgam back by reference
386 * Float versions of reentrant version of gamma & lgamma; passes
575 * Reentrant version of gamma & lgamma; passes signgam back by reference
670 * Float versions of reentrant version of gamma & lgamma; passes
  /external/libcxx/include/
cmath 216 floating_point lgamma (arithmetic x);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 756 f = lgamma(f);
757 f2 = lgamma(f2);
758 f3 = lgamma(f3);
759 f4 = lgamma(f4);
760 f = lgamma(f, (int *)&i);
761 f2 = lgamma(f2, (int2 *)&i2);
762 f3 = lgamma(f3, (int3 *)&i3);
763 f4 = lgamma(f4, (int4 *)&i4);
    [all...]
math.rs 287 TEST_FN_FUNC_FN(lgamma);
288 TEST_FN_FUNC_FN_PIN(lgamma);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 754 f = lgamma(f);
755 f2 = lgamma(f2);
756 f3 = lgamma(f3);
757 f4 = lgamma(f4);
758 f = lgamma(f, (int *)&i);
759 f2 = lgamma(f2, (int2 *)&i2);
760 f3 = lgamma(f3, (int3 *)&i3);
761 f4 = lgamma(f4, (int4 *)&i4);
    [all...]
math.rs 287 TEST_FN_FUNC_FN(lgamma);
288 TEST_FN_FUNC_FN_PIN(lgamma);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 295 TEST_FN_FUNC_FN(lgamma);
296 TEST_FN_FUNC_FN_PIN(lgamma);
math_fp16.rs 147 TEST_HN_FUNC_HN(lgamma);
148 TEST_HN_FUNC_HN_PIN(lgamma);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 287 TEST_FN_FUNC_FN(lgamma);
288 TEST_FN_FUNC_FN_PIN(lgamma);
math.rs.orig 287 TEST_FN_FUNC_FN(lgamma);
288 TEST_FN_FUNC_FN_PIN(lgamma);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 287 TEST_FN_FUNC_FN(lgamma);
288 TEST_FN_FUNC_FN_PIN(lgamma);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 216 floating_point lgamma (arithmetic x);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
legendre_function.tcc 252 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
253 - std::tr1::lgamma(_Tp(__m));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
legendre_function.tcc 252 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
253 - std::tr1::lgamma(_Tp(__m));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
legendre_function.tcc 252 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
253 - std::tr1::lgamma(_Tp(__m));
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
legendre_function.tcc 252 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
253 - std::tr1::lgamma(_Tp(__m));
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 216 floating_point lgamma (arithmetic x);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
math.so 
  /external/clang/lib/Headers/
tgmath.h 877 // lgamma
885 __tg_lgamma(double __x) {return lgamma(__x);}
891 #undef lgamma macro
892 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) macro
  /external/fdlibm/
fdlibm.h 178 * Reentrant version of gamma & lgamma; passes signgam back by reference
  /ndk/sources/android/support/src/
math_support.c 76 __attribute__((weak)) long double lgammal(long double x) { return lgamma((double)x); }
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 877 // lgamma
885 __tg_lgamma(double __x) {return lgamma(__x);}
891 #undef lgamma macro
892 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 877 // lgamma
885 __tg_lgamma(double __x) {return lgamma(__x);}
891 #undef lgamma macro
892 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) macro

Completed in 797 milliseconds

1 2 3 4 5 6 78 91011>>