Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h64 float4 ppolygamma<float4>(const float4& n, const float4& x)
71 double2 ppolygamma<double2>(const double2& n, const double2& x)
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h31 Packet ppolygamma(const Packet& n, const Packet& x) { using numext::polygamma; return polygamma(n, … in ppolygamma() function
DSpecialFunctionsFunctors.h174 …line Packet packetOp(const Packet& n, const Packet& x) const { return internal::ppolygamma(n, x); }