Home
last modified time | relevance | path

Searched refs:pbetainc (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h142 float4 pbetainc<float4>(const float4& a, const float4& b, const float4& x)
153 double2 pbetainc<double2>(const double2& a, const double2& b, const double2& x)
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h51 Packet pbetainc(const Packet& a, const Packet& b,const Packet& x) { using numext::betainc; return b… in pbetainc() function
DSpecialFunctionsFunctors.h84 return internal::pbetainc(x, a, b);