HomeSort by relevance Sort by last modified time
    Searched full:pzeta (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsPacketMath.h 27 Packet pzeta(const Packet& x, const Packet& q) { using numext::zeta; return zeta(x, q); } function in namespace:Eigen::internal
SpecialFunctionsFunctors.h 152 EIGEN_DEVICE_FUNC inline Packet packetOp(const Packet& x, const Packet& q) const { return internal::pzeta(x, q); }
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
CudaSpecialFunctions.h 50 float4 pzeta<float4>(const float4& x, const float4& q) function in namespace:Eigen::internal
57 double2 pzeta<double2>(const double2& x, const double2& q) function in namespace:Eigen::internal
  /external/llvm/test/CodeGen/PowerPC/
pr17168.ll 237 !181 = !DILocalVariable(name: "Pzeta", line: 680, scope: !162, file: !5, type: !20)
    [all...]

Completed in 616 milliseconds