HomeSort by relevance Sort by last modified time
    Searched refs:TgtCoeffRatio (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/arch/AVX/
TypeCasting.h 24 TgtCoeffRatio = 1
33 TgtCoeffRatio = 1
  /external/eigen/Eigen/src/Core/arch/SSE/
TypeCasting.h 22 TgtCoeffRatio = 1
36 TgtCoeffRatio = 1
50 TgtCoeffRatio = 1
63 TgtCoeffRatio = 2
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 79 TgtCoeffRatio = 1
94 TgtCoeffRatio = 2
109 TgtCoeffRatio = 1
122 TgtCoeffRatio = 1
137 TgtCoeffRatio = 1
150 TgtCoeffRatio = 1
167 TgtCoeffRatio = 1
189 TgtCoeffRatio = 1
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConversion.h 52 template <typename TensorEvaluator, typename SrcPacket, typename TgtPacket, int SrcCoeffRatio, int TgtCoeffRatio>
238 const double TgtCoeffRatio =
239 internal::type_casting_traits<SrcType, TargetType>::TgtCoeffRatio;
241 TensorOpCost(0, 0, TgtCoeffRatio * (cast_cost / PacketSize));
267 const int TgtCoeffRatio = internal::type_casting_traits<SrcType, TargetType>::TgtCoeffRatio;
269 SrcCoeffRatio, TgtCoeffRatio> converter(impl);
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 126 TgtCoeffRatio = 1

Completed in 199 milliseconds