Searched refs:pcast (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | TypeCasting.h | 83 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pcast<half2, float4>(const half2& a, const … 98 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE half2 pcast<float4, half2>(const float4& a) { 113 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16h, Packet16f>(const Packet16h& a) { 126 template<> EIGEN_STRONG_INLINE Packet16h pcast<Packet16f, Packet16h>(const Packet16f& a) { 141 template<> EIGEN_STRONG_INLINE Packet8f pcast<Packet8h, Packet8f>(const Packet8h& a) { 154 template<> EIGEN_STRONG_INLINE Packet8h pcast<Packet8f, Packet8h>(const Packet8f& a) { 171 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet4h, Packet4f>(const Packet4h& a) { 193 template<> EIGEN_STRONG_INLINE Packet4h pcast<Packet4f, Packet4h>(const Packet4f& a) {
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | TypeCasting.h | 26 template<> EIGEN_STRONG_INLINE Packet4i pcast<Packet4f, Packet4i>(const Packet4f& a) { 40 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet4i, Packet4f>(const Packet4i& a) { 54 template<> EIGEN_STRONG_INLINE Packet4f pcast<Packet2d, Packet4f>(const Packet2d& a, const Packet2d… 67 template<> EIGEN_STRONG_INLINE Packet2d pcast<Packet4f, Packet2d>(const Packet4f& a) {
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | TypeCasting.h | 39 template<> EIGEN_STRONG_INLINE Packet8i pcast<Packet8f, Packet8i>(const Packet8f& a) { 43 template<> EIGEN_STRONG_INLINE Packet8f pcast<Packet8i, Packet8f>(const Packet8i& a) {
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConversion.h | 60 return internal::pcast<SrcPacket, TgtPacket>(m_impl.template packet<LoadMode>(index)); 80 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2); 102 TgtPacket result = internal::pcast<SrcPacket, TgtPacket>(src1, src2, src3, src4); 124 return internal::pcast<SrcPacket, TgtPacket>(m_impl.template packet<Unaligned>(index));
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 2518 IRAtom* (*pcast)( MCEnv*, IRAtom* ); in vectorNarrowBinV128() local 2520 case Iop_QNarrowBin64Sto32Sx4: pcast = mkPCast32x4; break; in vectorNarrowBinV128() 2521 case Iop_QNarrowBin64Uto32Ux4: pcast = mkPCast32x4; break; in vectorNarrowBinV128() 2522 case Iop_QNarrowBin32Sto16Sx8: pcast = mkPCast32x4; break; in vectorNarrowBinV128() 2523 case Iop_QNarrowBin32Uto16Ux8: pcast = mkPCast32x4; break; in vectorNarrowBinV128() 2524 case Iop_QNarrowBin32Sto16Ux8: pcast = mkPCast32x4; break; in vectorNarrowBinV128() 2525 case Iop_QNarrowBin16Sto8Sx16: pcast = mkPCast16x8; break; in vectorNarrowBinV128() 2526 case Iop_QNarrowBin16Uto8Ux16: pcast = mkPCast16x8; break; in vectorNarrowBinV128() 2527 case Iop_QNarrowBin16Sto8Ux16: pcast = mkPCast16x8; break; in vectorNarrowBinV128() 2533 at1 = assignNew('V', mce, Ity_V128, pcast(mce, vatom1)); in vectorNarrowBinV128() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 134 pcast(const SrcPacket& a) { 139 pcast(const SrcPacket& a, const SrcPacket& /*b*/) { 145 pcast(const SrcPacket& a, const SrcPacket& /*b*/, const SrcPacket& /*c*/, const SrcPacket& /*d*/) {
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1579 IRAtom* (*pcast)( MCEnv*, IRAtom* ); in vectorNarrowV128() local 1581 case Iop_QNarrowBin32Sto16Sx8: pcast = mkPCast32x4; break; in vectorNarrowV128() 1582 case Iop_QNarrowBin16Sto8Sx16: pcast = mkPCast16x8; break; in vectorNarrowV128() 1583 case Iop_QNarrowBin16Sto8Ux16: pcast = mkPCast16x8; break; in vectorNarrowV128() 1588 at1 = assignNew(mce, Ity_V128, pcast(mce, vatom1)); in vectorNarrowV128() 1589 at2 = assignNew(mce, Ity_V128, pcast(mce, vatom2)); in vectorNarrowV128()
|