HomeSort by relevance Sort by last modified time
    Searched full:lgamma (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
legendre_function.tcc 255 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
256 - std::tr1::lgamma(_Tp(__m));
poly_laguerre.tcc 86 const _Tp __lg_b = std::tr1::lgamma(_Tp(__n) + __b);
87 const _Tp __lnfact = std::tr1::lgamma(_Tp(__n + 1));
math.h 64 using std::tr1::lgamma;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
legendre_function.tcc 255 const _Tp __lnpoch = std::tr1::lgamma(_Tp(__m + _Tp(0.5L)))
256 - std::tr1::lgamma(_Tp(__m));
poly_laguerre.tcc 86 const _Tp __lg_b = std::tr1::lgamma(_Tp(__n) + __b);
87 const _Tp __lnfact = std::tr1::lgamma(_Tp(__n + 1));
math.h 64 using std::tr1::lgamma;
  /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
k_standard.c 300 exc.name = "lgamma";
314 exc.name = "lgamma";
323 (void) WRITE2("lgamma: SING error\n", 19);
  /frameworks/base/libs/rs/scriptc/
rs_cl.rsh 433 extern float __attribute__((overloadable)) lgamma(float);
434 FN_FUNC_FN(lgamma)
442 extern float __attribute__((overloadable)) lgamma(float x, int* y);
443 FN_FUNC_FN_PIN(lgamma)
  /prebuilt/sdk/11/renderscript/clang-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
  /prebuilt/sdk/12/renderscript/clang-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
  /prebuilt/sdk/13/renderscript/clang-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
  /prebuilt/sdk/14/renderscript/clang-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
  /prebuilt/sdk/14/renderscript/include/
rs_cl.rsh 433 extern float __attribute__((overloadable)) lgamma(float);
434 FN_FUNC_FN(lgamma)
442 extern float __attribute__((overloadable)) lgamma(float x, int* y);
443 FN_FUNC_FN_PIN(lgamma)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 902 _M_lfm = std::_GLIBCXX_TR1 lgamma(__m + 1);
1005 > _M_lfm - std::_GLIBCXX_TR1 lgamma(__x + __m + 1));
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 902 _M_lfm = std::_GLIBCXX_TR1 lgamma(__m + 1);
1005 > _M_lfm - std::_GLIBCXX_TR1 lgamma(__x + __m + 1));
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 902 _M_lfm = std::_GLIBCXX_TR1 lgamma(__m + 1);
1005 > _M_lfm - std::_GLIBCXX_TR1 lgamma(__x + __m + 1));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
poly_laguerre.tcc 86 const _Tp __lg_b = std::tr1::lgamma(_Tp(__n) + __b);
87 const _Tp __lnfact = std::tr1::lgamma(_Tp(__n + 1));
math.h 64 using std::tr1::lgamma;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 383 #define lgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, lgamma) macro
  /bionic/libm/man/
math.3 183 lgamma log gamma function
  /bionic/libm/src/
math_private.h 216 #define __ieee754_lgamma lgamma
  /external/libvpx/examples/includes/geshi/geshi/
gnuplot.php 147 'lgamma', 'log10', 'norm',
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 443 extern float __attribute__((overloadable)) lgamma(float);
444 FN_FUNC_FN(lgamma)
445 extern float __attribute__((overloadable)) lgamma(float, int*);
446 FN_FUNC_FN_PIN(lgamma)
    [all...]

Completed in 1537 milliseconds

1 23 4 5