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

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsHalf.h 15 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half lgamma(const Eigen::half& a) { function in namespace:Eigen::numext
16 return Eigen::half(Eigen::numext::lgamma(static_cast<float>(a)));
SpecialFunctionsImpl.h 101 * Implementation of lgamma, requires C++11/C99 *
141 return ::lgamma(x);
1508 lgamma(const Scalar& x) { function in namespace:Eigen::numext
    [all...]
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 483 * or float/double in non c++11 mode, the user has to provide implementations of lgamma(T) for any scalar
490 lgamma() const function
495 /** \returns an expression of the coefficient-wise digamma (psi, derivative of lgamma).
503 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_digamma">Math functions</a>, Eigen::digamma(), Eigen::polygamma(), lgamma()
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 126 lgamma() const { function in class:Eigen::TensorBase
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/python/
xla.py 90 lgamma = _unary_op(math_ops.lgamma) variable
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
__init__.py 70 lgamma = _core.lgamma variable
  /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/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 81 Ambiguous lgamma(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 84 Ambiguous lgamma(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core.py 1119 lgamma = define_unary_op('lgamma', math_ops.lgamma) variable
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 774 struct lgamma : base<T, Eigen::internal::scalar_lgamma_op<T>> {}; struct in namespace:tensorflow::functor
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 42 public float lgamma; field in class:CoreMathVerifier.LgammaResult
79 static native float lgamma(float x); method in class:CoreMathVerifier
    [all...]

Completed in 2314 milliseconds