Home
last modified time | relevance | path

Searched refs:RTimeEntity (Results 1 – 8 of 8) sorted by relevance

/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dentity.h102 class RTimeEntity :
109 RTimeEntity(const std::string& id, bool p = true) :
110 Entity(id), DGVertex(ClassInfo<RTimeEntity>::Instance().id()), precomputed_(p)
119 virtual ~RTimeEntity()
136 SafePtr<RTimeEntity> a_cast = static_pointer_cast<RTimeEntity,DGVertex>(a);
289 SafePtr< RTimeEntity< typename ProductType<T,U>::result > >
290 operator*(const SafePtr< RTimeEntity<T> >& A, const SafePtr< CTimeEntity<U> >& B)
292 typedef RTimeEntity< typename ProductType<T,U>::result > prodtype;
304 SafePtr< RTimeEntity< typename ProductType<T,U>::result > >
305 operator*(const SafePtr< CTimeEntity<U> >& B, const SafePtr< RTimeEntity<T> >& A)
H A Dprefactors.h45 typedef RTimeEntity<double> rdouble;
163 typedef SingletonStack<RTimeEntity<T>,typename RTimeEntity<T>::key_type> ManagerType;
166 manager_ = SafePtr<ManagerType>(new ManagerType(&RTimeEntity<T>::key)); in Manager()
226 inline SafePtr< RTimeEntity<double> > Scalar(const std::string& id) { in Scalar()
228 typedef RTimeEntity<T> return_type; in Scalar()
241 SafePtr< RTimeEntity<T> > operator[](unsigned int xyz) {
H A Dcodeblock.cc44 …SafePtr< RTimeEntity<EntityTypes::Int> > lt_rptr = dynamic_pointer_cast<RTimeEntity<EntityTypes::I… in init_()
45 …SafePtr< RTimeEntity<EntityTypes::Int> > sa_rptr = dynamic_pointer_cast<RTimeEntity<EntityTypes::I… in init_()
H A Ddims.cc55 high_(SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>("highdim"))), in ImplicitDimensions()
56 low_(SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>("lowdim"))), in ImplicitDimensions()
57 vecdim_(SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>("libint->veclen"))) in ImplicitDimensions()
H A Duncontract.h165 …SafePtr< RTimeEntity<EntityTypes::Int> > vecdim = dynamic_pointer_cast<RTimeEntity<EntityTypes::In… in spfunction_call()
H A Drr.h250 template <class T> class RTimeEntity; variable
255 …template<typename T> SafePtr<RecurrenceRelation::ExprType> operator*(const SafePtr<RTimeEntity<T> …
H A Ddg.cc1143 …SafePtr< RTimeEntity<EntityTypes::Int> > vecdim = dynamic_pointer_cast<RTimeEntity<EntityTypes::In… in generate_code()
1156 SafePtr<Entity> contr_depth(new RTimeEntity<EntityTypes::Int>("contrdepth")); in generate_code()
1514 typedef RTimeEntity<double> cdouble; in assign_symbols()
1683 …SafePtr< RTimeEntity<EntityTypes::Int> > vecdim = dynamic_pointer_cast<RTimeEntity<EntityTypes::In… in print_def()
2090 …SafePtr< RTimeEntity<EntityTypes::Int> > vecdim = dynamic_pointer_cast<RTimeEntity<EntityTypes::In… in print_def()
2113 loopmax = SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>(oss.str())); in print_def()
H A Dhrr.h663 high_dim = SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>("highdim")); in adapt_dims_()
669 low_dim = SafePtr<Entity>(new RTimeEntity<EntityTypes::Int>("lowdim")); in adapt_dims_()