Home
last modified time | relevance | path

Searched defs:igammac (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsArrayAPI.h90 igammac(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x) in igammac() function
DSpecialFunctionsHalf.h47 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half igammac(const Eigen::half& a, const Ei… in igammac() function
DSpecialFunctionsBFloat16.h47 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 igammac(const Eigen::bfloat16& a, … in igammac() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py208 igammac = _broadcasting_binary_op(math_ops.igammac) variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h234 igammac(const OtherDerived& other) const { in igammac() function