Home
last modified time | relevance | path

Searched refs:betainc (Results 1 – 11 of 11) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h144 using numext::betainc;
146 betainc(a.x, b.x, x.x),
147 betainc(a.y, b.y, x.y),
148 betainc(a.z, b.z, x.z),
149 betainc(a.w, b.w, x.w));
155 using numext::betainc;
156 return make_double2(betainc(a.x, b.x, x.x), betainc(a.y, b.y, x.y));
/external/eigen/unsupported/test/
Dspecial_functions.cpp280 CALL_SUBTEST(res = betainc(a, b, x); in array_special_functions()
297 ArrayType test = betainc(a, one, x); in array_special_functions()
303 ArrayType test = betainc(one, b, x); in array_special_functions()
309 ArrayType test = betainc(a, b, x) + betainc(b, a, one - x); in array_special_functions()
319 ArrayType expected = betainc(a, b, x) - num / denom + eps; in array_special_functions()
320 ArrayType test = betainc(a + one, b, x) + eps; in array_special_functions()
334 ArrayType expected = betainc(a, b, x) + num / denom + eps; in array_special_functions()
335 ArrayType test = betainc(a, b + one, x) + eps; in array_special_functions()
Dcxx11_tensor_cuda.cu1195 gpu_out.device(gpu_device) = betainc(gpu_in_a, gpu_in_b, gpu_in_x); in test_cuda_betainc()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h51 …onst Packet& a, const Packet& b,const Packet& x) { using numext::betainc; return betainc(a, b, x);… in pbetainc()
DSpecialFunctionsHalf.h39 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half betainc(const Eigen::half& a, const Ei… in betainc() function
40 …return Eigen::half(Eigen::numext::betainc(static_cast<float>(a), static_cast<float>(b), static_cas… in betainc()
DSpecialFunctionsFunctors.h79 using numext::betainc; return betainc(x, a, b);
DSpecialFunctionsArrayAPI.h90 betainc(const Eigen::ArrayBase<ArgADerived>& a, const Eigen::ArrayBase<ArgBDerived>& b, const Eigen… in betainc() function
DSpecialFunctionsImpl.h1555 EIGEN_DEVICE_FUNC inline EIGEN_MATHFUNC_RETVAL(betainc, Scalar)
1556 betainc(const Scalar& a, const Scalar& b, const Scalar& x) {
1557 return EIGEN_MATHFUNC_IMPL(betainc, Scalar)::run(a, b, x);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorGlobalFunctions.h24 betainc(const ADerived& a, const BDerived& b, const XDerived& x) { in betainc() function
/external/eigen/unsupported/Eigen/
DSpecialFunctions36 * - betainc
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox498 \link Eigen::betainc betainc\endlink(a,b,x);