Home
last modified time | relevance | path

Searched defs:true_op (Results 1 – 4 of 4) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dhe.cc86 struct true_op { struct
87 …perator()(FunctionImpl<double,6>* impl, const Key<6>& key, const FunctionNode<double,6>& t) const { in operator ()()
91 template <typename Archive> void serialize (Archive& ar) {} in serialize()
H A Dhelium_mp2.cc448 struct true_op { struct
449 …perator()(FunctionImpl<double,6>* impl, const Key<6>& key, const FunctionNode<double,6>& t) const { in operator ()()
453 template <typename Archive> void serialize (Archive& ar) {} in serialize()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dfuncimpl.h644 struct true_op { struct
647 bool operator()(const Key<NDIM>& key, const T& t) const {return true;} in operator()
650 bool operator()(const Key<NDIM>& key, const T& t, const R& r) const {return true;} in operator()
651 template <typename Archive> void serialize (Archive& ar) {} in serialize()
/dports/deskutils/genius/genius-1.0.27/src/
H A Dfunclib.c363 true_op (GelCtx *ctx, GelETree * * a, gboolean *exception) in true_op() function