Home
last modified time | relevance | path

Searched refs:implT (Results 1 – 10 of 10) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dworlddc.h487 void(implT::*eraser)(const keyT&) = &implT::erase; in erase() local
642 implT * impl;
644 P2Op(implT* impl) : impl(impl) {} in P2Op()
708 typedef typename implT::pairT pairT;
717 std::shared_ptr<implT> p;
742 : p(new implT(world, in p()
761 : p(new implT(world, pmap, hf)) in p()
992 …MEMFUN_RETURNT(memfunT)(implT::*itemfun)(const keyT&, memfunT) = &implT:: template itemfun<memfunT… in send()
1221 …MEMFUN_RETURNT(memfunT)(implT::*itemfun)(const keyT&, memfunT) = &implT:: template itemfun<memfunT…
1496 WorldObject<implT>* ptr = nullptr; in serialize()
[all …]
H A Dworldref.h200 typedef RemoteCounterBase implT; typedef
208 mutable WorldPtr<implT> pimpl_;
229 pimpl_ = WorldPtr<implT>(); in destroy()
249 return WorldPtr<implT>(w, nullptr); in register_ptr_()
256 implT* pimpl = new RemoteCounterImpl<T>(p); in register_ptr_()
259 acc->second = WorldPtr<implT>(w, pimpl); in register_ptr_()
289 RemoteCounter(const WorldPtr<implT>& p) : in RemoteCounter()
312 WorldPtr<implT> temp = other.pimpl_;
339 WorldPtr<implT>::worldidT
356 WorldPtr<implT> p; in load_()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dderivative.h86 typedef FunctionImpl<T,NDIM> implT ; typedef
106 void forward_do_diff1(const implT* f, implT* df, const keyT& key, in forward_do_diff1()
142 void do_diff1(const implT* f, implT* df, const keyT& key, in do_diff1()
169 virtual void do_diff2b(const implT* f, implT* df, const keyT& key,
174 virtual void do_diff2i(const implT* f, implT* df, const keyT& key,
245 find_neighbor(const implT* f, const Key<NDIM>& key, int step) const { in find_neighbor()
253 f->send(f->get_coeffs().owner(neigh), &implT::sock_it_to_me, neigh, result.remote_ref(world)); in find_neighbor()
255 …f->task(f->get_coeffs().owner(neigh), &implT::sock_it_to_me, neigh, result.remote_ref(world), Task… in find_neighbor()
279 typedef FunctionImpl<T,NDIM> implT ; typedef
297 void do_diff2b(const implT* f, implT* df, const keyT& key, in do_diff2b()
[all …]
H A Dfuncimpl.h630 implT* impl;
705 const implT* impl;
1929 const implT* g=this; in dirac_convolution_op()
2071 implT* impl;
2229 implT* f;
2258 implT* g;
2330 implT* impl;
2461 const std::vector<implT*>& vin, std::vector<implT*>& vout) { in multi_to_multi_op_values_doit()
3568 const implT* eri) in Vphi_op_NS()
3816 const implT* eri1) { in forward_ctor()
[all …]
H A Dmraimpl.h669 const implT* f=this; in parent_to_child_NS()
929 this->send(0, &implT::put_in_box, world.rank(), nleaf, ninterior); in print_info()
1005 const implT* f, in forward_do_diff1()
1016 const implT* f, in do_diff1()
1153 void FunctionImpl<T,NDIM>::average(const implT& rhs) { in average()
1288 void FunctionImpl<T,NDIM>::project(const implT& old, bool fence) { in project()
1378 woT::task(world.rank(), &implT::broaden_op, key, v); in broaden()
1451 woT::task(world.rank(), &implT::reconstruct_op, cdata.key0,coeffT()); in reconstruct()
1547 return woT::task(world.rank(),&implT::norm_tree_op, key, v); in norm_tree_spawn()
2523 return woT::task(world.rank(),&implT::truncate_op, key, tol, v); in truncate_spawn()
[all …]
H A Dfunction_interface.h159 typedef FunctionImpl<T,NDIM> implT; typedef
161 typedef std::shared_ptr<implT> pimplT;
168 std::shared_ptr<implT> impl_ket; ///< supposedly the pair function
169 std::shared_ptr<implT> impl_eri; ///< supposedly 1/r12
H A Dmra.h134 typedef FunctionImpl<T,NDIM> implT; typedef
619 impl = std::shared_ptr<implT>(new implT(*f.get_impl(), f.get_pmap(), zero));
1384 impl.reset(new implT(FunctionFactory<T,NDIM>(world).k(k).empty())); in load()
1422 impl.reset(new implT(*func.get_impl(), func.get_pmap(), false)); in unary_op_coeffs()
1439 std::vector<implT*> v(vf.size(),NULL); in multiop_values()
1461 std::vector<implT*> vimplin(vin.size(),NULL);
1465 std::vector<implT*> vimplout(vout.size(),NULL);
1538 impl.reset(new implT(*left.get_impl(), left.get_pmap(), false)); in gaxpy_oop()
1549 impl.reset(new implT(*f.impl, f.get_pmap(), false)); in mapdim()
1900 typedef FunctionImpl<T,NDIM> implT; typedef
[all …]
H A Dgraveyard6 // for (typename implT::iterator it = this->begin(); it != this->end(); ++it) {
2233 task(world.rank(), &implT:: template do_mul_sparse2<L,R>,
2250 task(world.rank(), &implT:: template do_mul_sparse2<L,R>,
2681 task(coeffs.owner(child), &implT::reconstruct_op, child, ss);
2832 task(p, &implT::project_refine_op, child, do_refine); // ugh
2915 return task(world.rank(),&implT::truncate_op, key, tol, v);
3060 task(owner, &implT::eval, x, key, ref, TaskAttributes::hipri());
3200 void FunctionImpl<T,NDIM>::diff(const implT& f, int axis, bool fence) {
3308 task(owner, &implT::do_diff2, f, axis, key, left, center, right);
3318 Void FunctionImpl<T,NDIM>::do_diff1(const implT* f, int axis, const keyT& key,
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dunicode_set.h41 typedef boost::icl::interval_set<unichar, std::less, interval> implT; typedef
42 typedef implT::const_iterator const_iterator;
75 impl = implT(interval(0, MAX_UNICODE)) - impl; in flip()
136 implT impl;
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dlowranktensor.h88 struct implT { struct
94 implT() : full(), tt(), svd() {} in implT() argument
103 implT impl; argument